POST shiprocket/order/update
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
None. |
| r | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"order": {
"Sender_Name": "sample string 1",
"Sender_Address1": "sample string 2",
"Sender_Address2": "sample string 3",
"Sender_Address3": "sample string 4",
"Sender_pincode": "sample string 5",
"Sender_City": "sample string 6",
"Sender_Email": "sample string 7",
"Sender_MobileNo": "sample string 8",
"NameOfReceipient": "sample string 9",
"Receipient_Address1": "sample string 10",
"Receipient_Address2": "sample string 11",
"Receipient_Address3": "sample string 12",
"Receipient_pincode": "sample string 13",
"Receipient_City": "sample string 14",
"Receipient_Email": "sample string 15",
"Receipient_MobileNo": "sample string 16",
"PODFlag": "sample string 17",
"ContractNumber": "sample string 18",
"InvoiceNo": "sample string 19",
"TotalInvoiceValue": 20.0,
"TotalWeight": 21.0,
"measureWeight": "sample string 22",
"EWayBillNo": "sample string 23",
"Docket_AWBNo": "sample string 24",
"orderitem": [
{
"name": "sample string 1",
"units": 1.0,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0,
"measure": "sample string 2",
"Child_AWBNo": "sample string 3"
},
{
"name": "sample string 1",
"units": 1.0,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0,
"measure": "sample string 2",
"Child_AWBNo": "sample string 3"
},
{
"name": "sample string 1",
"units": 1.0,
"length": 1.0,
"width": 1.0,
"height": 1.0,
"weight": 1.0,
"measure": "sample string 2",
"Child_AWBNo": "sample string 3"
}
]
}
}
application/xml, text/xml
Sample:
<rootOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eonepayapi.Models">
<order>
<ContractNumber>sample string 18</ContractNumber>
<Docket_AWBNo>sample string 24</Docket_AWBNo>
<EWayBillNo>sample string 23</EWayBillNo>
<InvoiceNo>sample string 19</InvoiceNo>
<NameOfReceipient>sample string 9</NameOfReceipient>
<PODFlag>sample string 17</PODFlag>
<Receipient_Address1>sample string 10</Receipient_Address1>
<Receipient_Address2>sample string 11</Receipient_Address2>
<Receipient_Address3>sample string 12</Receipient_Address3>
<Receipient_City>sample string 14</Receipient_City>
<Receipient_Email>sample string 15</Receipient_Email>
<Receipient_MobileNo>sample string 16</Receipient_MobileNo>
<Receipient_pincode>sample string 13</Receipient_pincode>
<Sender_Address1>sample string 2</Sender_Address1>
<Sender_Address2>sample string 3</Sender_Address2>
<Sender_Address3>sample string 4</Sender_Address3>
<Sender_City>sample string 6</Sender_City>
<Sender_Email>sample string 7</Sender_Email>
<Sender_MobileNo>sample string 8</Sender_MobileNo>
<Sender_Name>sample string 1</Sender_Name>
<Sender_pincode>sample string 5</Sender_pincode>
<TotalInvoiceValue>20</TotalInvoiceValue>
<TotalWeight>21</TotalWeight>
<measureWeight>sample string 22</measureWeight>
<orderitem>
<OrderItem>
<Child_AWBNo>sample string 3</Child_AWBNo>
<height>1</height>
<length>1</length>
<measure>sample string 2</measure>
<name>sample string 1</name>
<units>1</units>
<weight>1</weight>
<width>1</width>
</OrderItem>
<OrderItem>
<Child_AWBNo>sample string 3</Child_AWBNo>
<height>1</height>
<length>1</length>
<measure>sample string 2</measure>
<name>sample string 1</name>
<units>1</units>
<weight>1</weight>
<width>1</width>
</OrderItem>
<OrderItem>
<Child_AWBNo>sample string 3</Child_AWBNo>
<height>1</height>
<length>1</length>
<measure>sample string 2</measure>
<name>sample string 1</name>
<units>1</units>
<weight>1</weight>
<width>1</width>
</OrderItem>
</orderitem>
</order>
</rootOrder>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Data /> <Message>sample string 2</Message> <Status>true</Status> </ResponseEntity>