POST api/planning/spsetappremovechassis
Request Information
URI Parameters
None.
Body Parameters
PARAMETRS_spSetAppRemoveChassis| Name | Description | Type | Additional information |
|---|---|---|---|
| truckid | string |
None. |
|
| ritid | string |
None. |
|
| dateevent | date |
None. |
|
| gpslocation | string |
None. |
|
| chassisnumber | string |
None. |
|
| reasonremoved | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"truckid": "sample string 1",
"ritid": "sample string 2",
"dateevent": "2026-04-15T22:12:44.7067289+02:00",
"gpslocation": "sample string 3",
"chassisnumber": "sample string 4",
"reasonremoved": "sample string 5"
}
application/xml, text/xml
Sample:
<PARAMETRS_spSetAppRemoveChassis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <chassisnumber>sample string 4</chassisnumber> <dateevent>2026-04-15T22:12:44.7067289+02:00</dateevent> <gpslocation>sample string 3</gpslocation> <reasonremoved>sample string 5</reasonremoved> <ritid>sample string 2</ritid> <truckid>sample string 1</truckid> </PARAMETRS_spSetAppRemoveChassis>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.