Create an employer

Creates an employer.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Idempotency-KeystringOptional

Unique key to ensure idempotent requests. If the same key is used for multiple identical & successful requests, the same response will be returned. Read more here

Request

This endpoint expects an object.
legal_namestringRequired
legal_addressobjectRequired
contactobjectRequired
registration_numberstringOptional

Response

OK

idstringformat: "er_.+"
legal_namestring
legal_addressobject
contactobject
platform_idstringOptionalformat: "pt_.+"
statusenumOptional
Allowed values:
registration_numberstringOptional
offboard_onstringOptionalformat: "date-time"
objectstringOptional

The object type

Errors