POST api/Cartorder/GetShippingAndPrices
Request Information
URI Parameters
None.
Body Parameters
GetDeliveryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderdocRef | string |
None. |
|
| CartDelvDoc | string |
None. |
|
| CustomerKey | integer |
None. |
|
| InvDocNumb | string |
None. |
|
| CartUniqueID | integer |
None. |
|
| CurrencyCode | string |
None. |
|
| DelvStateKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderdocRef": "sample string 1",
"CartDelvDoc": "sample string 2",
"CustomerKey": 3,
"InvDocNumb": "sample string 4",
"CartUniqueID": 5,
"CurrencyCode": "sample string 6",
"DelvStateKey": 7
}
text/xml
Sample:
<GetDeliveryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ecom.seportal.ng.Domain.Transport"> <CartDelvDoc>sample string 2</CartDelvDoc> <CartUniqueID>5</CartUniqueID> <CurrencyCode>sample string 6</CurrencyCode> <CustomerKey>3</CustomerKey> <DelvStateKey>7</DelvStateKey> <InvDocNumb>sample string 4</InvDocNumb> <OrderdocRef>sample string 1</OrderdocRef> </GetDeliveryRequest>
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.