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