POST api/HCS/GetSKUChangeLog
Request Information
URI Parameters
None.
Body Parameters
HCSSkuExplorerCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| SummaryView | boolean |
None. |
|
| SummaryBulk | boolean |
None. |
|
| SummaryBag | boolean |
None. |
|
| SummaryRaw | boolean |
None. |
|
| DetailView | boolean |
None. |
|
| YearMonth | string |
None. |
|
| ItemNmbr | string |
None. |
|
| LOCNCODE | string |
None. |
|
| Category | string |
None. |
|
| SortBy | string |
None. |
|
| SortDirection | string |
None. |
|
| Skip | integer |
None. |
|
| Take | integer |
None. |
|
| IsExcelReport | boolean |
None. |
|
| CUSTNMBR | string |
None. |
|
| EmpID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SummaryView": true,
"SummaryBulk": true,
"SummaryBag": true,
"SummaryRaw": true,
"DetailView": true,
"YearMonth": "sample string 6",
"ItemNmbr": "sample string 7",
"LOCNCODE": "sample string 8",
"Category": "sample string 9",
"SortBy": "sample string 10",
"SortDirection": "sample string 11",
"Skip": 12,
"Take": 13,
"IsExcelReport": true,
"CUSTNMBR": "sample string 15",
"EmpID": "sample string 16"
}
application/xml, text/xml
Sample:
<HCSSkuExplorerCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <CUSTNMBR>sample string 15</CUSTNMBR> <Category>sample string 9</Category> <DetailView>true</DetailView> <EmpID>sample string 16</EmpID> <IsExcelReport>true</IsExcelReport> <ItemNmbr>sample string 7</ItemNmbr> <LOCNCODE>sample string 8</LOCNCODE> <Skip>12</Skip> <SortBy>sample string 10</SortBy> <SortDirection>sample string 11</SortDirection> <SummaryBag>true</SummaryBag> <SummaryBulk>true</SummaryBulk> <SummaryRaw>true</SummaryRaw> <SummaryView>true</SummaryView> <Take>13</Take> <YearMonth>sample string 6</YearMonth> </HCSSkuExplorerCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of HCSChangeLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Objectname | string |
None. |
|
| ObjectKey | string |
None. |
|
| ObjectKey2 | string |
None. |
|
| ObjectKeyNum | integer |
None. |
|
| ObjectKeyNum2 | integer |
None. |
|
| Operation | string |
None. |
|
| UserName | string |
None. |
|
| ChangeInfo | string |
None. |
|
| ChangeDate | date |
None. |
|
| RecordId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Objectname": "sample string 1",
"ObjectKey": "sample string 2",
"ObjectKey2": "sample string 3",
"ObjectKeyNum": 4,
"ObjectKeyNum2": 5,
"Operation": "sample string 6",
"UserName": "sample string 7",
"ChangeInfo": "sample string 8",
"ChangeDate": "2025-12-17T03:26:23.829234+00:00",
"RecordId": 10
},
{
"Objectname": "sample string 1",
"ObjectKey": "sample string 2",
"ObjectKey2": "sample string 3",
"ObjectKeyNum": 4,
"ObjectKeyNum2": 5,
"Operation": "sample string 6",
"UserName": "sample string 7",
"ChangeInfo": "sample string 8",
"ChangeDate": "2025-12-17T03:26:23.829234+00:00",
"RecordId": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfHCSChangeLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs">
<HCSChangeLog>
<ChangeDate>2025-12-17T03:26:23.829234+00:00</ChangeDate>
<ChangeInfo>sample string 8</ChangeInfo>
<ObjectKey>sample string 2</ObjectKey>
<ObjectKey2>sample string 3</ObjectKey2>
<ObjectKeyNum>4</ObjectKeyNum>
<ObjectKeyNum2>5</ObjectKeyNum2>
<Objectname>sample string 1</Objectname>
<Operation>sample string 6</Operation>
<RecordId>10</RecordId>
<UserName>sample string 7</UserName>
</HCSChangeLog>
<HCSChangeLog>
<ChangeDate>2025-12-17T03:26:23.829234+00:00</ChangeDate>
<ChangeInfo>sample string 8</ChangeInfo>
<ObjectKey>sample string 2</ObjectKey>
<ObjectKey2>sample string 3</ObjectKey2>
<ObjectKeyNum>4</ObjectKeyNum>
<ObjectKeyNum2>5</ObjectKeyNum2>
<Objectname>sample string 1</Objectname>
<Operation>sample string 6</Operation>
<RecordId>10</RecordId>
<UserName>sample string 7</UserName>
</HCSChangeLog>
</ArrayOfHCSChangeLog>