PUT api/Person/History/{SystemID}/{PersonID}/{HistoryTypeID}/{HistoryID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SystemID

integer

Required

PersonID

integer

Required

HistoryTypeID

integer

Required

HistoryID

integer

Required

Body Parameters

APIParams
NameDescriptionTypeAdditional information
Params

Object

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Params": {},
  "Token": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'APIParams'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.