GET Client/PromoCode

Get whether we should ask the Client for the PromoCode. It will also return the PromoCode the system determines based on the information received so far about the client

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultPromoCodeQuery
NameDescriptionTypeAdditional information
Required

boolean

None.

PromoCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Required": true,
  "PromoCode": "sample string 1"
}

application/xml, text/xml

Sample:
<ResultPromoCodeQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <PromoCode>sample string 1</PromoCode>
  <Required>true</Required>
</ResultPromoCodeQuery>