POST v1/clients/SaveClientTag

Request Information

URI Parameters

None.

Body Parameters

ClientTagViewModel
NameDescriptionTypeAdditional information
Client_ID

integer

None.

Customer_ID

integer

None.

TagName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Client_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.