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": "59a4fc2b-a387-464e-ad82-b2a796086586",
"promotionCode": "sample string 1",
"customerId": "f02bdc5f-d80a-4587-9cc6-0d79fd946925"
}
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>f02bdc5f-d80a-4587-9cc6-0d79fd946925</CustomerId> <Id>59a4fc2b-a387-464e-ad82-b2a796086586</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.