create one or multiple eins
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
einarray
- companyUuid
- uuid
- label (string)
- ein (string, required)
- hireBrandIds (array of strings)
- linkToWorkerProps (array of objects)
- registrationInfo (object)
registrationInfo
- isDefault (boolean, required)
Defaults to false.
Response Codes:
201: One or many ein documents created. Wrapped in a JsonAPI root response.500: Default error response.
Example cURL Request
curl --request POST \
--url https://services.fountain.com/api/serviceorganizations/eins \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"isDefault":false}'
Expected Response Codes
201500