Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.09 KB

CreateCaseRequestData.md

File metadata and controls

29 lines (17 loc) · 1.09 KB

CreateCaseRequestData

Properties

Name Type Description Notes
teamId UUID The team ID. Required for EOR visa applications. Identifies the team handling the case [optional]
caseType CaseTypeEnum The type of immigration case to be created. Determines the workflow and requirements
entityId UUID The unique identifier of the entity sponsoring the visa. Required for sponsored visa applications [optional]
contractId String The contract object identifier. Required for document reviews and visa applications [optional]
countryCode String ISO 3166-1 alpha-2 country code where the immigration case needs to be processed

Enum: CaseTypeEnum

Name Value
RIGHT_TO_WORK "RIGHT_TO_WORK"
EOR_VISA "EOR_VISA"
SPONSORED_VISA "SPONSORED_VISA"
PRE_HIRE_EOR_VISA "PRE_HIRE_EOR_VISA"
PRE_HIRE_SPONSORSHIP_VISA "PRE_HIRE_SPONSORSHIP_VISA"