POST api/label/create
Request Information
URI Parameters
None.
Body Parameters
CreateLabelDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required String length: inclusive between 0 and 60 |
|
| LanguageId | integer |
Required |
|
| Text | string |
Required String length: inclusive between 0 and 255 |
|
| DescriptiveText | string |
String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"languageId": 2,
"text": "sample string 3",
"descriptiveText": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.