POST api/GetAllConsignorConsignee
Request Information
URI Parameters
None.
Body Parameters
RequestModelGodown| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | string |
None. |
|
| MobileNo | string |
None. |
|
| TransPortCode | string |
None. |
|
| Username | string |
None. |
|
| BranchID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| StateID | integer |
None. |
|
| StationID | integer |
None. |
|
| CityId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "sample string 1",
"MobileNo": "sample string 2",
"TransPortCode": "sample string 3",
"Username": "sample string 4",
"BranchID": 5,
"CompanyID": 6,
"StateID": 7,
"StationID": 8,
"CityId": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| message | string |
None. |
|
| status | boolean |
None. |
|
| data | Object |
None. |
|
| listdata | Object |
None. |
|
| error | string |
None. |
|
| isactive | boolean |
None. |
|
| validuser | Object |
None. |
|
| biltysetting | Object |
None. |
|
| IsCurentSessionID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"message": "sample string 1",
"status": true,
"data": {
"$id": "2"
},
"listdata": {
"$id": "3"
},
"error": "sample string 5",
"isactive": true,
"validuser": {
"$id": "4"
},
"biltysetting": {
"$id": "5"
},
"IsCurentSessionID": 9
}