POST api/DelnetConnect/DelhiveryBookingUpdate
Request Information
URI Parameters
None.
Body Parameters
BookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| waybill | string |
None. |
|
| phone | string |
None. |
|
| name | string |
None. |
|
| add | string |
None. |
|
| product_details | string |
None. |
|
| shipment_length | decimal number |
None. |
|
| shipment_width | decimal number |
None. |
|
| shipment_height | decimal number |
None. |
|
| weight | string |
None. |
|
| pt | string |
None. |
|
| cod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"waybill": "sample string 1",
"phone": "sample string 2",
"name": "sample string 3",
"add": "sample string 4",
"product_details": "sample string 5",
"shipment_length": 6.1,
"shipment_width": 7.1,
"shipment_height": 8.1,
"weight": "sample string 9",
"pt": "sample string 10",
"cod": "sample string 11"
}
application/octet-stream
Sample:
{"waybill":"sample string 1","phone":"sample string 2","name":"sample string 3","add":"sample string 4","product_details":"sample string 5","shipment_length":6.1,"shipment_width":7.1,"shipment_height":8.1,"weight":"sample string 9","pt":"sample string 10","cod":"sample string 11"}
application/xml, text/xml
Sample:
<BookingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetApiServices.DelhiveryAPI"> <add>sample string 4</add> <cod>sample string 11</cod> <name>sample string 3</name> <phone>sample string 2</phone> <product_details>sample string 5</product_details> <pt>sample string 10</pt> <shipment_height>8.1</shipment_height> <shipment_length>6.1</shipment_length> <shipment_width>7.1</shipment_width> <waybill>sample string 1</waybill> <weight>sample string 9</weight> </BookingRequest>
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. |