POST api/iFuel/DriverFuelDetailInsert
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
obj | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RegistrationID": 1, "App_Name": "sample string 2", "VerifyCall": "sample string 3", "RegistredCompanyID": 4, "FuelID": 5, "VehicleID": 6, "OdoReading": 7.1, "NoOfLiter": 8.1, "TotalAmt": 9.1, "DCM_ID": 10, "ISOdoNotWorking": 11, "DriverID": 12, "Img_Photo": "QEBA", "BM_ImagePath": "sample string 13", "BFM_ID": 14, "PM_PumpID": 15, "FC_DriverName": "sample string 16", "ImagePath": "sample string 17", "BFM_BillDate": "sample string 18", "EntryFrom": 19, "RouteTimeID": 20, "scheduleID": 21, "Jdate": "sample string 22", "PM_Latitude": "sample string 23", "PM_Longitude": "sample string 24" }
application/xml, text/xml
Sample:
<PROP_DriverFuelEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIiFuel.Models"> <App_Name>sample string 2</App_Name> <BFM_BillDate>sample string 18</BFM_BillDate> <BFM_ID>14</BFM_ID> <BM_ImagePath>sample string 13</BM_ImagePath> <DCM_ID>10</DCM_ID> <DriverID>12</DriverID> <EntryFrom>19</EntryFrom> <FC_DriverName>sample string 16</FC_DriverName> <FuelID>5</FuelID> <ISOdoNotWorking>11</ISOdoNotWorking> <ImagePath>sample string 17</ImagePath> <Img_Photo>QEBA</Img_Photo> <Jdate>sample string 22</Jdate> <NoOfLiter>8.1</NoOfLiter> <OdoReading>7.1</OdoReading> <PM_Latitude>sample string 23</PM_Latitude> <PM_Longitude>sample string 24</PM_Longitude> <PM_PumpID>15</PM_PumpID> <RegistrationID>1</RegistrationID> <RegistredCompanyID>4</RegistredCompanyID> <RouteTimeID>20</RouteTimeID> <TotalAmt>9.1</TotalAmt> <VehicleID>6</VehicleID> <VerifyCall>sample string 3</VerifyCall> <scheduleID>21</scheduleID> </PROP_DriverFuelEntry>
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>