POST api/CustomerTag/SaveCustomerToTagWithPromoCode

Request Information

URI Parameters

None.

Body Parameters

SaveCustomerToTagWithPromoCodeRequest
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

PromotionCode

string

None.

TagId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "82dc0fb3-9516-40aa-a723-288608b77606",
  "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>82dc0fb3-9516-40aa-a723-288608b77606</UserId>
</SaveCustomerToTagWithPromoCodeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.