POST api/assetinfo/{assetId}/label
Saves the asset label.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
The asset identifier. |
string |
Required |
Body Parameters
The label.
Label| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ParticipantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b2dc2f0f-c044-45c6-bfaf-ee6fbb8ba157",
"Name": "sample string 2",
"Description": "sample string 3",
"ParticipantId": 4
}
text/html
Sample:
{"$id":"1","Id":"b2dc2f0f-c044-45c6-bfaf-ee6fbb8ba157","Name":"sample string 2","Description":"sample string 3","ParticipantId":4}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.