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": "b8d73567-79f3-466b-a978-76b3b4704b82",
"Year": 2,
"Limit": 3,
"DistributorId": "b361d237-0828-48f3-879d-ce594be768cb"
}
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>b361d237-0828-48f3-879d-ce594be768cb</DistributorId> <Limit>3</Limit> <SupplierId>b8d73567-79f3-466b-a978-76b3b4704b82</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.