POST API/logisticmanager/Deletecampdetailsfordriver
Request Information
URI Parameters
None.
Body Parameters
DriverForCamp| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDateTime | date |
None. |
|
| EndDateTime | date |
None. |
|
| DriverId | integer |
None. |
|
| CampDriverId | integer |
None. |
|
| DriverName | string |
None. |
|
| StartDate | string |
None. |
|
| StartTime | string |
None. |
|
| EndDate | string |
None. |
|
| EndTime | string |
None. |
|
| VanTableId | integer |
None. |
|
| UserId | integer |
None. |
|
| Status | string |
None. |
|
| CampId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDateTime": "2025-12-26T17:02:59.6043808+05:30",
"EndDateTime": "2025-12-26T17:02:59.6043808+05:30",
"DriverId": 1,
"CampDriverId": 1,
"DriverName": "sample string 3",
"StartDate": "sample string 4",
"StartTime": "sample string 5",
"EndDate": "sample string 6",
"EndTime": "sample string 7",
"VanTableId": 8,
"UserId": 9,
"Status": "sample string 10",
"CampId": 11
}
application/xml, text/xml
Sample:
<DriverForCamp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <CampDriverId>1</CampDriverId> <CampId>11</CampId> <DriverId>1</DriverId> <DriverName>sample string 3</DriverName> <EndDate>sample string 6</EndDate> <EndDateTime>2025-12-26T17:02:59.6043808+05:30</EndDateTime> <EndTime>sample string 7</EndTime> <StartDate>sample string 4</StartDate> <StartDateTime>2025-12-26T17:02:59.6043808+05:30</StartDateTime> <StartTime>sample string 5</StartTime> <Status>sample string 10</Status> <UserId>9</UserId> <VanTableId>8</VanTableId> </DriverForCamp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.