curl --request PATCH \
--url https://api.example.com/v1/cases/{case_id}/ein \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"has_ein": false,
"ein": "12-3456789"
}
'{
"data": {
"has_ein": false,
"ein": "12-3456789"
}
}Partially update EIN information.
curl --request PATCH \
--url https://api.example.com/v1/cases/{case_id}/ein \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"has_ein": false,
"ein": "12-3456789"
}
'{
"data": {
"has_ein": false,
"ein": "12-3456789"
}
}Documentation Index
Fetch the complete documentation index at: https://api.hellosunset.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique case identifier (ULID format).
EIN info updated.
Show child attributes