POST api/CustomerTag/SaveCustomerToTagWithPromoCode
Request Information
URI Parameters
None.
Body Parameters
SaveCustomerToTagWithPromoCodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| PromotionCode | string |
None. |
|
| TagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "2fc9bb96-3a46-4941-8586-6bfcb7400473",
"PromotionCode": "sample string 2",
"TagId": 3
}
application/xml, text/xml
Sample:
<SaveCustomerToTagWithPromoCodeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <PromotionCode>sample string 2</PromotionCode> <TagId>3</TagId> <UserId>2fc9bb96-3a46-4941-8586-6bfcb7400473</UserId> </SaveCustomerToTagWithPromoCodeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.