Example request
POST https://api.jupiter-erp.com/api/account/receipts/stage-file
Code
curl -X POST 'https://api.jupiter-erp.com/api/account/receipts/stage-file' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Responses
201Created - file staged
| Field | Type | Description |
|---|---|---|
| file_hash* | string | SHA-256 hash to attach via createReceipt or updateReceipt file_hash. |
Example response
{
"file_hash": "string"
}Receipts