POST api/CustomerHistory/PostInsertHistory
Documentation for 'PostInsertHistory'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CustomerID": "79e694ff-fb32-4d2b-bdda-b50b531ce501",
"ModuleName": "sample string 2",
"ModuleNo": "sample string 3",
"ModuleId": "c2b66db4-d338-4bd8-80d5-fccfc2635d7f",
"TableName": "sample string 5",
"Action": "sample string 6"
}
application/xml, text/xml
Sample:
<InsertCustomerHistoryModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CustomerID>79e694ff-fb32-4d2b-bdda-b50b531ce501</CustomerID> <ModuleName>sample string 2</ModuleName> <ModuleNo>sample string 3</ModuleNo> <ModuleId>c2b66db4-d338-4bd8-80d5-fccfc2635d7f</ModuleId> <TableName>sample string 5</TableName> <Action>sample string 6</Action> </InsertCustomerHistoryModel>
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorEntity": "sample string 2",
"ErrorMessage": "sample string 3",
"Message": "sample string 4",
"Continue": true,
"ResponseID": "71a81728-07d9-4cf3-b53d-a0db50a54ebf",
"ResponseObject": {
"$id": "2"
},
"TRXID": "sample string 8",
"IsSetNewListStoreCode": true,
"siteurl": "sample string 10"
}
application/xml, text/xml
Sample:
<ResponseModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Success>true</Success> <ErrorEntity>sample string 2</ErrorEntity> <ErrorMessage>sample string 3</ErrorMessage> <Message>sample string 4</Message> <Continue>true</Continue> <ResponseID>71a81728-07d9-4cf3-b53d-a0db50a54ebf</ResponseID> <ResponseObject /> <TRXID>sample string 8</TRXID> <IsSetNewListStoreCode>true</IsSetNewListStoreCode> <siteurl>sample string 10</siteurl> </ResponseModel>