POST api/DriverLogin/GUIDValidate
Request Information
URI Parameters
None.
Body Parameters
ClsCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| CustomerGUID | globally unique identifier |
None. |
|
| AppCode | string |
None. |
|
| PickupId | integer |
None. |
|
| DestinationId | integer |
None. |
|
| CurrentPage | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GUID": "4a62cc28-411b-4adb-9d2e-4000e31d6414",
"CustomerGUID": "a9146eb1-eea0-47ec-b3f1-7da896b7cb09",
"AppCode": "sample string 3",
"PickupId": 4,
"DestinationId": 5,
"CurrentPage": 6,
"PageSize": 7
}
application/xml, text/xml
Sample:
<ClsCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <AppCode>sample string 3</AppCode> <CurrentPage>6</CurrentPage> <CustomerGUID>a9146eb1-eea0-47ec-b3f1-7da896b7cb09</CustomerGUID> <DestinationId>5</DestinationId> <GUID>4a62cc28-411b-4adb-9d2e-4000e31d6414</GUID> <PageSize>7</PageSize> <PickupId>4</PickupId> </ClsCompany>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |