POST api/common/tag/associate/structure
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": "e5ddb427-73f0-43b3-8cd2-e80da8682f69",
"TagId": "93f5fa6a-cf7d-49ec-a1e6-df82000478cc"
}
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>93f5fa6a-cf7d-49ec-a1e6-df82000478cc</TagId> <TargetId>e5ddb427-73f0-43b3-8cd2-e80da8682f69</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.