POST api/Manager/GetHistory
Request Information
URI Parameters
None.
Body Parameters
GetHistoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | globally unique identifier |
None. |
|
| Year | integer |
None. |
|
| Limit | integer |
None. |
|
| DistributorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SupplierId": "7318a2ab-6402-4fb8-9021-46839df5d032",
"Year": 2,
"Limit": 3,
"DistributorId": "34d7e59a-0cfe-424d-b6b8-71b60b27aedc"
}
application/xml, text/xml
Sample:
<GetHistoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Converter.Model"> <DistributorId>34d7e59a-0cfe-424d-b6b8-71b60b27aedc</DistributorId> <Limit>3</Limit> <SupplierId>7318a2ab-6402-4fb8-9021-46839df5d032</SupplierId> <Year>2</Year> </GetHistoryRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProcessingHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | globally unique identifier |
None. |
|
| SupplierName | string |
None. |
|
| SupplierNumber | string |
None. |
|
| ConfigFile | string |
None. |
|
| UploadTarget | UploadTarget |
None. |
|
| ErrorLevel | integer |
None. |
|
| DateAddedToQueue | date |
None. |
|
| DateProcessingStart | date |
None. |
|
| DateProcessingFinished | date |
None. |
|
| DateControlImportDataAvailable | date |
None. |
|
| DateControlImportDone | date |
None. |
|
| TotalProducts | integer |
None. |
|
| TotalErrors | integer |
None. |
|
| WarningCounter | integer |
None. |
|
| ProcessResultState | string |
None. |
|
| DistributorId | globally unique identifier |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.