POST api/Master/BindTranspoterMaster
Request Information
URI Parameters
None.
Body Parameters
RequestBindDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| start | integer |
None. |
|
| length | integer |
None. |
|
| searchValue | string |
None. |
|
| pageSize | integer |
None. |
|
| skip | integer |
None. |
|
| recordsTotal | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"start": 1,
"length": 1,
"searchValue": "sample string 1",
"pageSize": 2,
"skip": 3,
"recordsTotal": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BindDataResponseOfListOfReqTranspoterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of ReqTranspoterModel |
None. |
|
| recordsTotal | integer |
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",
"AlternateMobNo": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"Pincode": "sample string 7",
"CompanyName": "sample string 8",
"TinNumber": "sample string 9",
"PinNumber": "sample string 10",
"AccountNumber": "sample string 11",
"BankName": "sample string 12",
"IFSCCode": "sample string 13",
"EntryUser": "sample string 14",
"EntryDate": "sample string 15",
"StateId": 1,
"DistrictId": "sample string 16",
"TranspoterList": [
{
"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
}
]
}
],
"DistrictName": "sample string 17",
"StateName": "sample string 18"
},
{
"MobileNo": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"AlternateMobNo": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"Pincode": "sample string 7",
"CompanyName": "sample string 8",
"TinNumber": "sample string 9",
"PinNumber": "sample string 10",
"AccountNumber": "sample string 11",
"BankName": "sample string 12",
"IFSCCode": "sample string 13",
"EntryUser": "sample string 14",
"EntryDate": "sample string 15",
"StateId": 1,
"DistrictId": "sample string 16",
"TranspoterList": [
{
"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
}
]
}
],
"DistrictName": "sample string 17",
"StateName": "sample string 18"
}
],
"recordsTotal": 3
}