DELETE v1/import/companies/{companyCode}/divisions/{divisionCode}/employees/{employeeNumber}/licenses/{licenseKey}

Delete Employee License

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyCode

the company code

string

Required

divisionCode

the division code

string

Required

employeeNumber

the employeeNumber

string

Required

licenseKey

globally unique identifier

Required

Body Parameters

None.

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.