Methods

  • post - Create a practitioner for this insolvency resource

Resource

{
    "address": {
        "address_line_1": "string",
        "address_line_2": "string",
        "country": "string",
        "locality": "string",
        "po_box": "string",
        "postal_code": "string",
        "premises": "string",
        "region": "string"
    },
    "email": "email",
    "first_name": "string",
    "ip_code": "string",
    "last_name": "string",
    "role": "string",
    "telephone_number": "string"
}

Properties

Name Type Description Additional
address object address
address.address_line_1 string
address.address_line_2 string Optional
address.country string Optional
address.locality string
address.po_box string Optional
address.postal_code string
address.premises string
address.region string Optional
email email

At least one of email or telephone_number must be supplied.

first_name string
ip_code string
last_name string
role string

Possible values are:

  • final-liquidator
  • receiver
  • receiver-manager
  • proposed-liquidator
  • provisional-liquidator
  • administrative-receiver
  • practitioner
  • interim-liquidator
Optional
telephone_number string

At least one of email or telephone_number must be supplied.