DELETE v1/import/companies/{companyCode}/divisions/{divisionCode}/employees/{employeeNumber}/reviews/{reviewKey}
Delete Review
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyCode |
the company code |
string |
Required |
divisionCode |
the division code |
string |
Required |
employeeNumber |
the employeeNumber |
string |
Required |
reviewKey | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The results of the delete.
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.