POST api/common/tag/associate/grave
Request Information
URI Parameters
None.
Body Parameters
CommonAssociateTagRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TargetId | globally unique identifier |
Required |
|
| TagId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"TargetId": "b0ac42a9-f28f-44cc-b404-93e81ef0dc44",
"TagId": "0326a075-8368-46e9-88a8-1545343f4359"
}
application/xml, text/xml
Sample:
<CommonAssociateTagRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServices.Models"> <TagId>0326a075-8368-46e9-88a8-1545343f4359</TagId> <TargetId>b0ac42a9-f28f-44cc-b404-93e81ef0dc44</TargetId> </CommonAssociateTagRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.