POST api/Master/BindTranspoterMasterNameList?CustomerName={CustomerName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AddUpdateDeleteResponseOfListOfTranpoterList| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of TranpoterList |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"Data": [
{
"MobileNo": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"proformaInvoiceNo": 1,
"PurchaseOrderNo": 1,
"CustomerTruckDelievryDetailList": [
{
"TruckId": 1,
"MobileNo": "sample string 2",
"TruckNO": "sample string 3",
"TruckWeight": 1.0,
"TrolleyNo": "sample string 4",
"TrolleyWeight": 1.0,
"Trolleys": [
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
},
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
}
]
},
{
"TruckId": 1,
"MobileNo": "sample string 2",
"TruckNO": "sample string 3",
"TruckWeight": 1.0,
"TrolleyNo": "sample string 4",
"TrolleyWeight": 1.0,
"Trolleys": [
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
},
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
}
]
}
],
"CompanyName": "sample string 4"
},
{
"MobileNo": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"proformaInvoiceNo": 1,
"PurchaseOrderNo": 1,
"CustomerTruckDelievryDetailList": [
{
"TruckId": 1,
"MobileNo": "sample string 2",
"TruckNO": "sample string 3",
"TruckWeight": 1.0,
"TrolleyNo": "sample string 4",
"TrolleyWeight": 1.0,
"Trolleys": [
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
},
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
}
]
},
{
"TruckId": 1,
"MobileNo": "sample string 2",
"TruckNO": "sample string 3",
"TruckWeight": 1.0,
"TrolleyNo": "sample string 4",
"TrolleyWeight": 1.0,
"Trolleys": [
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
},
{
"Id": 1,
"TruckNO": "sample string 2",
"TrolleyNo": "sample string 3",
"TrolleyWeight": 1.0
}
]
}
],
"CompanyName": "sample string 4"
}
]
}