added
v.2.1.21
4 months ago by Dmytro Soliannyk
- Create an immigration case
Immigration
New endpoint for adding an immigration case.
Create an immigration case
Create an immigration case
Endpoint: [POST /rest/v2/immigration/client/cases]
https://developer.deel.com/reference/createcase
curl --location 'https://api.letsdeel.com/rest/v2/immigration/client/cases' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{token}}' \
--data '{
"data":{
"case_type":"EOR_VISA",
"country_code":"US",
"contract_id":"3pp5xvj"
}
}'