POST api/SystemHistory/HistoryInsert
Request Information
URI Parameters
None.
Body Parameters
HistoryInsertBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | byte |
Required |
|
| LinkId | integer |
Required |
|
| Description | string |
Required |
|
| ActionId | byte |
Required |
Request Formats
application/json, text/json
Sample:
{
"typeId": 64,
"linkId": 2,
"description": "sample string 3",
"actionId": 64
}
application/xml, text/xml
Sample:
<HistoryInsertBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product"> <ActionId>64</ActionId> <Description>sample string 3</Description> <LinkId>2</LinkId> <TypeId>64</TypeId> </HistoryInsertBinddingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HistoryInsertBinddingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | byte |
Required |
|
| LinkId | integer |
Required |
|
| Description | string |
Required |
|
| ActionId | byte |
Required |
Response Formats
application/json, text/json
Sample:
{
"typeId": 64,
"linkId": 2,
"description": "sample string 3",
"actionId": 64
}
application/xml, text/xml
Sample:
<HistoryInsertBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product"> <ActionId>64</ActionId> <Description>sample string 3</Description> <LinkId>2</LinkId> <TypeId>64</TypeId> </HistoryInsertBinddingModel>