POST api/planning/spsetappremovechassis

Request Information

URI Parameters

None.

Body Parameters

PARAMETRS_spSetAppRemoveChassis
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PARAMETRS_spSetAppRemoveChassis'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.