Methods

  • post - Send a file attachment for the case
  • get - Get information about the attachment that was submitted

Resource

{
    "attachment_type": "string",
    "etag": "string",
    "file": {
        "content_type": "string",
        "name": "string",
        "size": "string"
    },
    "kind": "string",
    "links": {
        "download": "uri",
        "self": "uri"
    },
    "status": "string"
}

Properties

Name Type Description Additional
attachment_type string

Possible values are:

  • resolution
  • statement-of-affairs-director
  • statement-of-concurrence
  • progress-report
Optional
etag string Optional
file object

The file name, size and content type

Optional
file.content_type string

The media type being consumed

Possible values are:

  • application/pdf
file.name string

The file name

file.size string

The size of the file

kind string

Possible values are:

  • insolvency-resources#attachment
Optional
links object Optional
links.download uri

URL to download the file

Optional
links.self uri

URL to this resource

Optional
status string Optional