POST api/v1/favoritescustomerpromotions
Request Information
URI Parameters
None.
Body Parameters
FavoriteCustomerPromotionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PromotionCode | string |
None. |
|
| CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "50026749-78b7-4d67-90e3-14fd5485a57b",
"promotionCode": "sample string 1",
"customerId": "46b37652-1bfa-4f48-8634-25fc223708bc"
}
application/xml, text/xml
Sample:
<FavoriteCustomerPromotionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos"> <CustomerId>46b37652-1bfa-4f48-8634-25fc223708bc</CustomerId> <Id>50026749-78b7-4d67-90e3-14fd5485a57b</Id> <PromotionCode>sample string 1</PromotionCode> </FavoriteCustomerPromotionDto>
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.