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

NameDescriptionTypeAdditional information
onlineOrderId

integer

Required

country

string

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/xml, text/xml

Sample:
<Boolean>True</Boolean>

application/json, text/json

Sample:
true