POST api/v1/favoritescustomerpromotions

Request Information

URI Parameters

None.

Body Parameters

FavoriteCustomerPromotionDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PromotionCode

string

None.

CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "985442e4-d396-4ea9-9157-5ddf0215b4f8",
  "promotionCode": "sample string 1",
  "customerId": "8227cab6-514f-4bf8-a877-46edb349f800"
}

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>8227cab6-514f-4bf8-a877-46edb349f800</CustomerId>
  <Id>985442e4-d396-4ea9-9157-5ddf0215b4f8</Id>
  <PromotionCode>sample string 1</PromotionCode>
</FavoriteCustomerPromotionDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.