POST api/all/lastestvebyxnuser

Request Information

URI Parameters

None.

Body Parameters

GetLastestVehicleByXncodeOrUsernameI
NameDescriptionTypeAdditional information
LoginName

string

None.

XNCode

integer

None.

Username

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginName": "sample string 1",
  "XNCode": 2,
  "Username": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<GetLastestVehicleByXncodeOrUsernameI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <Password xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 4</Password>
  <Username xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</Username>
  <LoginName>sample string 1</LoginName>
  <XNCode>2</XNCode>
</GetLastestVehicleByXncodeOrUsernameI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetLastestVehicleByXncodeOrUsernameO
NameDescriptionTypeAdditional information
VehiclePlate

string

None.

ProcessErrorType

integer

None.

ProcessErrorDescription

string

None.

Response Formats

application/json, text/json

Sample:
{
  "VehiclePlate": "sample string 1",
  "ProcessErrorType": 2,
  "ProcessErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<GetLastestVehicleByXncodeOrUsernameO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Model">
  <ProcessErrorDescription xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">sample string 3</ProcessErrorDescription>
  <ProcessErrorType xmlns="http://schemas.datacontract.org/2004/07/Entities.Common">2</ProcessErrorType>
  <VehiclePlate>sample string 1</VehiclePlate>
</GetLastestVehicleByXncodeOrUsernameO>