Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
| name | type | default | info |
|---|---|---|---|
| amount[cents] | string | NONE | OPTIONAL |
curl --location --request PUT 'https://www-staging.givve.com/api/unload_orders//entries/' \
--header 'Accept-Version: v2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": {
"cents": "10000"
}
}'{
"meta": null,
"data": {
"id": "string",
"created_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"updated_at": {
"informational_timestamp": "2019-08-24T14:15:22.123Z"
},
"ordered_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"state": "open",
"voucher": {
"id": "string",
"type": "string",
"token": "string"
},
"amount": {
"cents": 0,
"currency": "EUR"
},
"minimum_unload_amount": {
"cents": 0,
"currency": "EUR"
},
"available_balance": {
"cents": 0,
"currency": "EUR"
},
"unloaded_amount": {
"cents": 0,
"currency": "EUR"
},
"unload_fee": {
"cents": 0,
"currency": "EUR"
}
}
}