GET api/order/OnlineOrder/IsPriceTypeAvailable?onlineOrderId={onlineOrderId}&country={country}
Verify if all items on the onlineOrder are available for the new country, price, rankTypeId must match
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
onlineOrderId | integer |
Required |
|
country | string |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/xml, text/xml
Sample:
<Boolean>True</Boolean>
application/json, text/json
Sample:
true