POST api/Tags
Request Information
URI Parameters
None.
Body Parameters
TagDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Category | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "cefef0e6-6a3f-4e31-840d-b9784b9567cc",
"category": "sample string 1",
"name": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.