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": "60f0c3ed-2573-4c96-af63-77eaa669e8d5",
"category": "sample string 1",
"name": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.