DELETE v1/imports/check-history?companyCode={companyCode}&divisionCode={divisionCode}&checkdate={checkdate}&runNumber={runNumber}
Delete Historical Checks
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode |
The company code. |
string |
Required |
| divisionCode |
The division code. |
string |
Required |
| checkdate | date |
Required |
|
| runNumber |
The run number. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The results of the import.
ImportResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| NewRecords | integer |
None. |
|
| UpdatedRecords | integer |
None. |
|
| Errors | Collection of ImportErrorDTO |
None. |
|
| NewRecordKeys | Collection of ImportKeyDTO |
None. |
|
| UpdatedRecordKeys | Collection of ImportKeyDTO |
None. |
|
| ImportKey | GlobalEntityKeyOfIImportSubmission |
None. |
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.