POST api/CustomerHistory/InsertHistory

Documentation for 'InsertHistory'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CustomerID": "71943325-7b7e-4bd2-af0d-057443f3a2ac",
  "ModuleName": "sample string 2",
  "ModuleNo": "sample string 3",
  "ModuleId": "01443505-8e53-4b9c-8c3d-fffe9ec5b4fd",
  "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>71943325-7b7e-4bd2-af0d-057443f3a2ac</CustomerID>
  <ModuleName>sample string 2</ModuleName>
  <ModuleNo>sample string 3</ModuleNo>
  <ModuleId>01443505-8e53-4b9c-8c3d-fffe9ec5b4fd</ModuleId>
  <TableName>sample string 5</TableName>
  <Action>sample string 6</Action>
</InsertCustomerHistoryModel>