GET Provider/PromoCode
Get whether we should ask the Provider for the PromoCode. It will also return the PromoCode the system determines based on the information received so far about the Provider
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultPromoCodeQueryName | Description | Type | Additional 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>