PreservedDocument

Retrieves a PreservedDocument resource.

SecurityBearer
Request
path Parameters
id
required
string
Responses
200

PreservedDocument resource response

404

Resource not found

get/invoices/{id}/preserved-document
Request samples
Response samples
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
  • "status": "string",
  • "receipt_received_at": "2019-08-24T14:15:22Z",
  • "object_type": "string",
  • "object_id": "string",
  • "message": "string",
  • "preserved_object_id": "string",
  • "weight": 0
}

Retrieves the collection of PreservedDocument resources.

Get the list of preserved document

SecurityBearer
Request
query Parameters
page
integer

The collection page number

Responses
200

PreservedDocument collection response

get/preserved-documents
Request samples
Response samples
[
  • {
    }
]

Retrieves a PreservedDocument resource.

SecurityBearer
Request
path Parameters
id
required
string
Responses
200

PreservedDocument resource response

404

Resource not found

get/preserved-documents/{id}
Request samples
Response samples
{
  • "created_at": "2019-08-24T14:15:22Z",
  • "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
  • "status": "string",
  • "receipt_received_at": "2019-08-24T14:15:22Z",
  • "object_type": "string",
  • "object_id": "string",
  • "message": "string",
  • "preserved_object_id": "string",
  • "weight": 0
}