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.
LabelName | 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": "ca9211f9-65da-4614-8bb1-525b21a33971", "Name": "sample string 2", "Description": "sample string 3", "ParticipantId": 4 }
text/html
Sample:
{"$id":"1","Id":"ca9211f9-65da-4614-8bb1-525b21a33971","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.