POST api/FleetStatus/FLEET_STATUS_ACCOUNT

Request Information

URI Parameters

None.

Body Parameters

FLEET_STATUS_Account_Input
NameDescriptionTypeAdditional information
accountID

string

Required

User_Id

integer

None.

DEPT_ID

integer

None.

ZONE_ID

integer

None.

FROM_TIME

decimal number

None.

TO_TIME

decimal number

None.

Device_Regn_ID

string

None.

IMEI_Number

string

Required

Os_Version

string

Required

Flag

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "accountID": "sample string 1",
  "User_Id": 2,
  "DEPT_ID": 3,
  "ZONE_ID": 4,
  "FROM_TIME": 5.1,
  "TO_TIME": 6.1,
  "Device_Regn_ID": "sample string 7",
  "IMEI_Number": "sample string 8",
  "Os_Version": "sample string 9",
  "Flag": 10
}

multipart/form-data

Sample:
{"accountID":"sample string 1","User_Id":2,"DEPT_ID":3,"ZONE_ID":4,"FROM_TIME":5.1,"TO_TIME":6.1,"Device_Regn_ID":"sample string 7","IMEI_Number":"sample string 8","Os_Version":"sample string 9","Flag":10}

application/xml, text/xml

Sample:
<FLEET_STATUS_Account_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <accountID>sample string 1</accountID>
  <User_Id>2</User_Id>
  <DEPT_ID>3</DEPT_ID>
  <ZONE_ID>4</ZONE_ID>
  <FROM_TIME>5.1</FROM_TIME>
  <TO_TIME>6.1</TO_TIME>
  <Device_Regn_ID>sample string 7</Device_Regn_ID>
  <IMEI_Number>sample string 8</IMEI_Number>
  <Os_Version>sample string 9</Os_Version>
  <Flag>10</Flag>
</FLEET_STATUS_Account_Input>

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.