Create an employer

POST
/employers

Creates an employer.

Headers

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: pendingactiveoffboardinginactiverestricted
registration_numberstringOptional
offboard_ondatetimeOptional
objectstringOptional

The object type

Built with