PreservedDocument resource response
Resource not found
curl -i -X GET \ 'https://api-sandbox.acubeapi.com/invoices/{id}/preserved-document' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "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
}
Get the list of preserved document
PreservedDocument collection response
curl -i -X GET \ 'https://api-sandbox.acubeapi.com/preserved-documents?page=0' \ -H 'Authorization: YOUR_API_KEY_HERE'
[- {
- "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
}
]
PreservedDocument resource response
Resource not found
curl -i -X GET \ 'https://api-sandbox.acubeapi.com/preserved-documents/{id}' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "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
}