POST api/Item/getItemHistory
Request Information
URI Parameters
None.
Body Parameters
ItemHistoryFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDt | string |
None. |
|
| ToDt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromDt": "sample string 1",
"toDt": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1"
},
{
"$id": "2"
}
]