DELETE v1/imports/prior-hours?companyCode={companyCode}&divisionCode={divisionCode}&checkdate={checkdate}&runNumber={runNumber}
Delete Prior Hour Checks by Payroll
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.
ImportResultDTOName | 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.