POST api/DriverLogin/GUIDValidate

Request Information

URI Parameters

None.

Body Parameters

ClsCompany
NameDescriptionTypeAdditional 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": "5889dc22-1a51-4707-966d-72989cb1609c",
  "CustomerGUID": "0b249606-5e67-4c8e-940a-eb404351355c",
  "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>0b249606-5e67-4c8e-940a-eb404351355c</CustomerGUID>
  <DestinationId>5</DestinationId>
  <GUID>5889dc22-1a51-4707-966d-72989cb1609c</GUID>
  <PageSize>7</PageSize>
  <PickupId>4</PickupId>
</ClsCompany>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.