POST Api/Courier/InsertCourierDetails
Request Information
URI Parameters
None.
Body Parameters
InsertCourierDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | integer |
None. |
|
| AWB | string |
None. |
|
| OrderDescID | string |
None. |
|
| Remark | string |
None. |
|
| AddedBy | string |
None. |
|
| ModeOfDispatch | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorID": 1,
"AWB": "sample string 2",
"OrderDescID": "sample string 3",
"Remark": "sample string 4",
"AddedBy": "sample string 5",
"ModeOfDispatch": "sample string 6"
}
application/xml, text/xml
Sample:
<InsertCourierDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models"> <AWB>sample string 2</AWB> <AddedBy>sample string 5</AddedBy> <ModeOfDispatch>sample string 6</ModeOfDispatch> <OrderDescID>sample string 3</OrderDescID> <Remark>sample string 4</Remark> <VendorID>1</VendorID> </InsertCourierDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |