POST api/v1/mkactions/{productCode}/tags
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productCode | string |
Required |
Body Parameters
AssignTagToProductDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrganizationCode | string |
None. |
|
| TagCode | string |
None. |
|
| ProductCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizationCode": "sample string 1",
"tagCode": "sample string 2",
"productCode": "sample string 3"
}
application/xml, text/xml
Sample:
<AssignTagToProductDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.Services.Dtos.Tags"> <OrganizationCode>sample string 1</OrganizationCode> <ProductCode>sample string 3</ProductCode> <TagCode>sample string 2</TagCode> </AssignTagToProductDto>
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.