Create provider

Create a new provider. Plan manager scope from X-Plan-Manager-Id header.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.
X-Plan-Manager-Idstring
Plan manager UUID. Required on all public API requests to scope data access.

Request

This endpoint expects an object.
entity_namestringOptional
abnstringOptional
emailstringOptionalformat: "email"

Response

Provider created
idstringformat: "uuid"
entity_namestring
abnstring
Australian Business Number
emailstringformat: "email"

Errors

400
Bad Request Error
403
Forbidden Error
500
Internal Server Error