POST api/planning/spsetappresult
Request Information
URI Parameters
None.
Body Parameters
PARAMETRS_spSetAppResult| Name | Description | Type | Additional information |
|---|---|---|---|
| truckid | string |
None. |
|
| ritid | integer |
None. |
|
| dateevent | date |
None. |
|
| gpslocation | string |
None. |
|
| action | string |
None. |
|
| chassisnumber_01 | string |
None. |
|
| brandid_01 | integer |
None. |
|
| destinationid_01 | integer |
None. |
|
| chassisnumber_02 | string |
None. |
|
| brandid_02 | integer |
None. |
|
| destinationid_02 | integer |
None. |
|
| chassisnumber_03 | string |
None. |
|
| brandid_03 | integer |
None. |
|
| destinationid_03 | integer |
None. |
|
| chassisnumber_04 | string |
None. |
|
| brandid_04 | integer |
None. |
|
| destinationid_04 | integer |
None. |
|
| chassisnumber_05 | string |
None. |
|
| brandid_05 | integer |
None. |
|
| destinationid_05 | integer |
None. |
|
| chassisnumber_06 | string |
None. |
|
| brandid_06 | integer |
None. |
|
| destinationid_06 | integer |
None. |
|
| chassisnumber_07 | string |
None. |
|
| brandid_07 | integer |
None. |
|
| destinationid_07 | integer |
None. |
|
| chassisnumber_08 | string |
None. |
|
| brandid_08 | integer |
None. |
|
| destinationid_08 | integer |
None. |
|
| chassisnumber_09 | string |
None. |
|
| brandid_09 | integer |
None. |
|
| destinationid_09 | integer |
None. |
|
| chassisnumber_10 | string |
None. |
|
| brandid_10 | integer |
None. |
|
| destinationid_10 | integer |
None. |
|
| chassisnumber_11 | string |
None. |
|
| brandid_11 | integer |
None. |
|
| destinationid_11 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"truckid": "sample string 1",
"ritid": 1,
"dateevent": "2026-04-15T22:15:56.2728114+02:00",
"gpslocation": "sample string 2",
"action": "sample string 3",
"chassisnumber_01": "sample string 4",
"brandid_01": 1,
"destinationid_01": 1,
"chassisnumber_02": "sample string 5",
"brandid_02": 1,
"destinationid_02": 1,
"chassisnumber_03": "sample string 6",
"brandid_03": 1,
"destinationid_03": 1,
"chassisnumber_04": "sample string 7",
"brandid_04": 1,
"destinationid_04": 1,
"chassisnumber_05": "sample string 8",
"brandid_05": 1,
"destinationid_05": 1,
"chassisnumber_06": "sample string 9",
"brandid_06": 1,
"destinationid_06": 1,
"chassisnumber_07": "sample string 10",
"brandid_07": 1,
"destinationid_07": 1,
"chassisnumber_08": "sample string 11",
"brandid_08": 1,
"destinationid_08": 1,
"chassisnumber_09": "sample string 12",
"brandid_09": 1,
"destinationid_09": 1,
"chassisnumber_10": "sample string 13",
"brandid_10": 1,
"destinationid_10": 1,
"chassisnumber_11": "sample string 14",
"brandid_11": 1,
"destinationid_11": 1
}
application/xml, text/xml
Sample:
<PARAMETRS_spSetAppResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <action>sample string 3</action> <brandid_01>1</brandid_01> <brandid_02>1</brandid_02> <brandid_03>1</brandid_03> <brandid_04>1</brandid_04> <brandid_05>1</brandid_05> <brandid_06>1</brandid_06> <brandid_07>1</brandid_07> <brandid_08>1</brandid_08> <brandid_09>1</brandid_09> <brandid_10>1</brandid_10> <brandid_11>1</brandid_11> <chassisnumber_01>sample string 4</chassisnumber_01> <chassisnumber_02>sample string 5</chassisnumber_02> <chassisnumber_03>sample string 6</chassisnumber_03> <chassisnumber_04>sample string 7</chassisnumber_04> <chassisnumber_05>sample string 8</chassisnumber_05> <chassisnumber_06>sample string 9</chassisnumber_06> <chassisnumber_07>sample string 10</chassisnumber_07> <chassisnumber_08>sample string 11</chassisnumber_08> <chassisnumber_09>sample string 12</chassisnumber_09> <chassisnumber_10>sample string 13</chassisnumber_10> <chassisnumber_11>sample string 14</chassisnumber_11> <dateevent>2026-04-15T22:15:56.2728114+02:00</dateevent> <destinationid_01>1</destinationid_01> <destinationid_02>1</destinationid_02> <destinationid_03>1</destinationid_03> <destinationid_04>1</destinationid_04> <destinationid_05>1</destinationid_05> <destinationid_06>1</destinationid_06> <destinationid_07>1</destinationid_07> <destinationid_08>1</destinationid_08> <destinationid_09>1</destinationid_09> <destinationid_10>1</destinationid_10> <destinationid_11>1</destinationid_11> <gpslocation>sample string 2</gpslocation> <ritid>1</ritid> <truckid>sample string 1</truckid> </PARAMETRS_spSetAppResult>
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.