POST v1/updWayBill
Request Information
URI Parameters
None.
Body Parameters
WayBillUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID |
integer |
None. |
| deviceID |
ID авто |
integer |
None. |
| no |
№ маршрутного листа |
string |
None. |
| dayOfWeek | Collection of boolean |
None. |
|
| items |
Маршрути |
Collection of WayBillItemNew |
None. |
Request Formats
application/json, text/json
Sample:
{
"items": [
{
"dateFrom": "2026-06-10T07:12:55.8004009+03:00",
"dateTo": "2026-06-10T07:12:55.8004009+03:00",
"regionID": 1,
"regionName": "sample string 1",
"x": 1.1,
"y": 1.1,
"isDeleteCreatedRegion": true
},
{
"dateFrom": "2026-06-10T07:12:55.8004009+03:00",
"dateTo": "2026-06-10T07:12:55.8004009+03:00",
"regionID": 1,
"regionName": "sample string 1",
"x": 1.1,
"y": 1.1,
"isDeleteCreatedRegion": true
}
],
"id": 1,
"deviceID": 1,
"no": "sample string 2",
"dayOfWeek": [
true,
true
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.