POST api/common/tag/associate/profile
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": "aa21470b-66b7-4cc9-a7b4-77afffa11607",
"TagId": "a4fce33b-e0bc-48b3-97b7-393617bee468"
}
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>a4fce33b-e0bc-48b3-97b7-393617bee468</TagId> <TargetId>aa21470b-66b7-4cc9-a7b4-77afffa11607</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.