POST api/DisplayLabels
Request Information
URI Parameters
None.
Body Parameters
Collection of PostDisplayLabelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Description | string |
Required String length: inclusive between 0 and 100 |
|
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": "61d98935-1ae0-4042-8eb8-d214a256ce0d", "Description": "sample string 2", "Comment": "sample string 3" }, { "Id": "61d98935-1ae0-4042-8eb8-d214a256ce0d", "Description": "sample string 2", "Comment": "sample string 3" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DisplayLabelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreatorUserId | string |
None. |
|
Description | string |
Required String length: inclusive between 0 and 250 |
|
Comment | string |
None. |
|
IsDefault | boolean |
None. |
|
Created | date |
None. |
|
LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "389654be-37be-4d1a-846a-19240a953587", "CompanyId": "56b26fcd-81e6-4e61-9fd4-3af8c24c5a58", "CreatorUserId": "sample string 3", "Description": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-04-25T20:32:16.1179952+00:00", "LastModified": "2022-04-25T20:32:16.1179952+00:00" }, { "Id": "389654be-37be-4d1a-846a-19240a953587", "CompanyId": "56b26fcd-81e6-4e61-9fd4-3af8c24c5a58", "CreatorUserId": "sample string 3", "Description": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-04-25T20:32:16.1179952+00:00", "LastModified": "2022-04-25T20:32:16.1179952+00:00" } ]