POST api/iFuel/AddEdit_VehicleCheckListDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyID": 1,
  "BranchID": 2,
  "BranchUserID": 3,
  "BusID": 4,
  "IDS": "sample string 5",
  "CheckedStatus": "sample string 6",
  "Remarks": "sample string 7",
  "VerifyCall": "sample string 8",
  "app_Name": "sample string 9"
}

application/xml, text/xml

Sample:
<PROP_CheckList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIiFuel.Models">
  <BranchID>2</BranchID>
  <BranchUserID>3</BranchUserID>
  <BusID>4</BusID>
  <CheckedStatus>sample string 6</CheckedStatus>
  <CompanyID>1</CompanyID>
  <IDS>sample string 5</IDS>
  <Remarks>sample string 7</Remarks>
  <VerifyCall>sample string 8</VerifyCall>
  <app_Name>sample string 9</app_Name>
</PROP_CheckList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIiFuel.Models">
  <data />
  <message>sample string 2</message>
  <status>1</status>
</PROP_Response>