improved
v2.1.104
25 days ago by Dusko Bajic
Update status property for Right to Work case details
Properties for the Right to Work case are update to contain only list of possible values for which the process can be in.
Actual changes:
data.process.name
property can contain values
[
"WORK_AUTHORIZATION_VERIFICATION"
]
data.process.status
property contains values
[
"CANCELLED",
"AWAITING_DOCUMENTS",
"IN_REVIEW",
"APPROVED",
"REJECTED"
]
data.case_type
[
"IMMIGRATION_DOCUMENT_REVIEW"
]
EOR Tax documents
Get list of tax documents for an EOR employee.
Endpoint: GET /rest/v2/eor/workers/tax-documents
Token scopes: worker:read
API Reference: List of tax documents for an employee
Example:
curl --location --globoff 'https://api.letsdeel.com/rest/v2/eor/workers/tax-documents' \
--header 'Authorization: Bearer {{PUBLIC_API_TOKEN}}' \
--header 'accept: application/json' \