Beispielanfrage
GET https://api.jupiter-erp.com/api/account/bank-transactions/example-id/payable-suggestions
Code
curl -X GET 'https://api.jupiter-erp.com/api/account/bank-transactions/example-id/payable-suggestions' \
-H 'Authorization: Bearer YOUR_API_TOKEN' \
-H 'X-Account-Uuid: YOUR_ACCOUNT_UUID' \
-H 'Accept: application/json'Parameter
| Name | In | Pflicht | Beschreibung |
|---|---|---|---|
| id | path | ja | Bank transaction id |
Antworten
200OK
| Feld | Typ | Beschreibung | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| data* | object[] | array Elemente
|
Beispiel Response
{
"data": [
{
"payable_type": "Invoice",
"payable_id": 0,
"payable_label": "string",
"contact_id": 0,
"contact_name": "string",
"contact_first_name": "string",
"amount_total_cents": 0,
"amount_open_cents": 0,
"match_reasons": [
"amount"
],
"suggested_amount_cents": 0
}
]
}404Bank transaction not found
Kein JSON-Schema dokumentiert.
Bank Transactions