PUT api/Person/History/{SystemID}/{PersonID}/{HistoryTypeID}/{HistoryID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemID | integer |
Required |
|
| PersonID | integer |
Required |
|
| HistoryTypeID | integer |
Required |
|
| HistoryID | integer |
Required |
Body Parameters
APIParams| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.