| All Verbs | /waypoints/create |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CompanyId | query | int | No | |
| Number | query | string | No | |
| Description | query | string | No | |
| Address | query | string | No | |
| WayId | query | int | No | |
| MoneyRequired | query | decimal | No | |
| ExternalId | query | string | No | |
| Lon | query | double | No | |
| Lat | query | double | No | |
| From | query | DateTime | No | |
| To | query | DateTime | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ApiKey | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /waypoints/create HTTP/1.1
Host: api.v3.monitorsystem.ru
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"CompanyId":0,"Number":"String","Description":"String","Address":"String","WayId":0,"MoneyRequired":0,"ExternalId":"String","Lon":0,"Lat":0,"From":"\/Date(-62135596800000-0000)\/","To":"\/Date(-62135596800000-0000)\/","ApiKey":"String"}