POST v1/tourplanning/site/vehicule/tags
Request Information
URI Parameters
None.
Body Parameters
DriverTagViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Driver_ID | integer |
None. |
|
| Customer_ID | integer |
None. |
|
| TagName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Driver_ID": 1,
"Customer_ID": 2,
"TagName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.