PUT v1/drivers/site/tags

Request Information

URI Parameters

None.

Body Parameters

DriverTagViewModel
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.