partially update one existing ein
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Identifier
- uuid: required
- ein: unique identifier
Company Information
- companyUuid: uuid
- label: string
- ein: string (required)
- hireBrandIds: array of strings
Worker Properties
- linkToWorkerProps: array of objects
Registration Information
- registrationInfo: object
- isDefault: boolean (required, defaults to false)
API Responses
``202 updated ein. Wrapped in a JsonAPI root response.
``500 default error response
Curl Example
curl --request PATCH \
--url https://services.fountain.com/api/serviceorganizations/eins/identifier \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"isDefault":false}'
Click Try It!
to start a request and see the response here! Or choose an example:
application/json
202500
Updated about 2 months ago.