DELETE v1/import/companies/{companyCode}/divisions/{divisionCode}/employees/{employeeNumber}/pto-accruals/{ptoCode}
Delete PTO accrual by Employee Number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode |
the company code |
string |
Required |
| divisionCode |
the division code |
string |
Required |
| ptoCode |
the PTO Accrual code |
string |
Required |
| employeeNumber |
the employee code |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The results of the delete.
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.