POST api/TagMaster/SaveTagMaster

Request Information

URI Parameters

None.

Body Parameters

Collection of SaveTagList
NameDescriptionTypeAdditional information
UserId

integer

None.

Id

integer

None.

TagId

string

None.

DelInd

integer

None.

userTblIds

string

None.

saveInd

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
[
  {
    "UserId": 1,
    "Id": 2,
    "TagId": "sample string 3",
    "DelInd": 4,
    "userTblIds": "sample string 5",
    "saveInd": 6
  },
  {
    "UserId": 1,
    "Id": 2,
    "TagId": "sample string 3",
    "DelInd": 4,
    "userTblIds": "sample string 5",
    "saveInd": 6
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.