POST BookingDetailed
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"BookingDate": "2026-04-16T15:54:53.3353721+05:30",
"AWB": "sample string 2",
"SystemInfo": "sample string 3",
"UserId": "7f118bd3-1bd1-468b-8e1f-b8583dfd0015",
"ActualWeight": "sample string 5",
"BillableWeight": "sample string 6",
"NoOfPcs": "sample string 7",
"CustomerId": "d66209cc-1906-4bf1-a7aa-d68e8a93e9e0",
"CustomerName": "sample string 9",
"CustomerPhone": "sample string 10",
"Consignee": "sample string 11",
"ConsigneeId": "6a6f0e94-ce08-4550-9536-7b4eb5bd88c3",
"Address1": "sample string 13",
"Address2": "sample string 14",
"Address3": "sample string 15",
"PinCode": "sample string 16",
"Area": "sample string 17",
"ContactNumber": "sample string 18",
"Value": "sample string 19",
"InvoiceNumber": "sample string 20",
"Reference": "sample string 21",
"PaymentOption": "sample string 22",
"AirwayBillNo": "sample string 23",
"AdditionalInfo": "sample string 24",
"LoadTypeId": "1381ef53-ee11-445c-9db8-704ceca3ace4"
}
application/xml, text/xml
Sample:
<MobBookingDetailed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Krishiv.CWA.Business.DTO"> <AWB>sample string 2</AWB> <ActualWeight>sample string 5</ActualWeight> <AdditionalInfo>sample string 24</AdditionalInfo> <Address1>sample string 13</Address1> <Address2>sample string 14</Address2> <Address3>sample string 15</Address3> <AirwayBillNo>sample string 23</AirwayBillNo> <Area>sample string 17</Area> <BillableWeight>sample string 6</BillableWeight> <BookingDate>2026-04-16T15:54:53.3353721+05:30</BookingDate> <Consignee>sample string 11</Consignee> <ConsigneeId>6a6f0e94-ce08-4550-9536-7b4eb5bd88c3</ConsigneeId> <ContactNumber>sample string 18</ContactNumber> <CustomerId>d66209cc-1906-4bf1-a7aa-d68e8a93e9e0</CustomerId> <CustomerName>sample string 9</CustomerName> <CustomerPhone>sample string 10</CustomerPhone> <InvoiceNumber>sample string 20</InvoiceNumber> <LoadTypeId>1381ef53-ee11-445c-9db8-704ceca3ace4</LoadTypeId> <NoOfPcs>sample string 7</NoOfPcs> <PaymentOption>sample string 22</PaymentOption> <PinCode>sample string 16</PinCode> <Reference>sample string 21</Reference> <SystemInfo>sample string 3</SystemInfo> <UserId>7f118bd3-1bd1-468b-8e1f-b8583dfd0015</UserId> <Value>sample string 19</Value> </MobBookingDetailed>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"description": "sample string 1",
"code": "sample string 2"
}
application/xml, text/xml
Sample:
<GResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Krishiv.CWA.Business.DTO"> <code>sample string 2</code> <description>sample string 1</description> </GResponse>