POST api/v1/favoritescustomerpromotions
Request Information
URI Parameters
None.
Body Parameters
FavoriteCustomerPromotionDtoName | 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": "209db9d0-f3fd-4446-af09-8d6eaec8ad9d", "promotionCode": "sample string 1", "customerId": "38179781-a131-4256-a1ed-d83278386363" }
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>38179781-a131-4256-a1ed-d83278386363</CustomerId> <Id>209db9d0-f3fd-4446-af09-8d6eaec8ad9d</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.