DELETE v1/import/companies/{companyCode}/divisions/{divisionCode}/employees/{employeeNumber}/employee-dependents/ssn

Delete Employee Dependent by SSN by Employee Number

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyCode

the company code

string

Required

divisionCode

the division code

string

Required

employeeNumber

the employee code

string

Required

Body Parameters

the dependent ssn

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The results of the delete.

ImportResultDTO
NameDescriptionTypeAdditional 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.