Methods

  • post - Create a practitioner for this insolvency resource
  • get - Get all practitioners
  • get - Get the practitioner 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"
    },
    "appointed_on": "date",
    "email": "email",
    "etag": "string",
    "first_name": "string",
    "ip_code": "string",
    "kind": "string",
    "last_name": "string",
    "links": {
        "self": "uri"
    },
    "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
appointed_on date Optional
email email

At least one of email or telephone_number must be supplied.

etag string Optional
first_name string
ip_code string
kind string

Possible values are:

  • insolvency-resource#liquidator
Optional
last_name string
links object Optional
links.self uri

URL to this resource.

Read only.
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.