POST v1/insWayBill
Request Information
URI Parameters
None.
Body Parameters
WayBillNew| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:14:46.2146278+03:00",
"dateTo": "2026-06-10T07:14:46.2146278+03:00",
"regionID": 1,
"regionName": "sample string 1",
"x": 1.1,
"y": 1.1,
"isDeleteCreatedRegion": true
},
{
"dateFrom": "2026-06-10T07:14:46.2146278+03:00",
"dateTo": "2026-06-10T07:14:46.2146278+03:00",
"regionID": 1,
"regionName": "sample string 1",
"x": 1.1,
"y": 1.1,
"isDeleteCreatedRegion": true
}
],
"deviceID": 1,
"no": "sample string 1",
"dayOfWeek": [
true,
true
]
}
Response Information
Resource Description
ModelIns| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
ID новоствореного об'єкта |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1
}