POST api/Master/GetDeliveryCountriesList
Request Information
URI Parameters
None.
Body Parameters
GetCountriesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryKey | integer |
None. |
|
| StoreKey | integer |
None. |
|
| StoreCountryKey | integer |
None. |
|
| CartUniqueID | integer |
None. |
|
| CustomerKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryKey": 1,
"StoreKey": 2,
"StoreCountryKey": 3,
"CartUniqueID": 4,
"CustomerKey": 5
}
text/xml
Sample:
<GetCountriesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport"> <CartUniqueID>4</CartUniqueID> <CountryKey>1</CountryKey> <CustomerKey>5</CustomerKey> <StoreCountryKey>3</StoreCountryKey> <StoreKey>2</StoreKey> </GetCountriesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.