PUT 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": "1aebc7b7-6308-4b79-96f9-de64bac1396c", "Description": "sample string 2", "Comment": "sample string 3" }, { "Id": "1aebc7b7-6308-4b79-96f9-de64bac1396c", "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": "732fc672-a690-4480-8373-b02974a129b1", "CompanyId": "aa930d81-c97a-49b2-ab8a-6b3fee0e3e6c", "CreatorUserId": "sample string 3", "Description": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-04-27T21:53:44.9127091+00:00", "LastModified": "2022-04-27T21:53:44.9127091+00:00" }, { "Id": "732fc672-a690-4480-8373-b02974a129b1", "CompanyId": "aa930d81-c97a-49b2-ab8a-6b3fee0e3e6c", "CreatorUserId": "sample string 3", "Description": "sample string 4", "Comment": "sample string 5", "IsDefault": true, "Created": "2022-04-27T21:53:44.9127091+00:00", "LastModified": "2022-04-27T21:53:44.9127091+00:00" } ]