Rechnungsdetails ansehen
GET
/accounting/invoices/:invoiceID
URL Variablen
| Name | Beschreibung |
|---|---|
| invoiceID | ID der Rechnung |
Response (application/json)
200
{4 Eigenschaften
"status": "success",
"requestID": "57283892-af8c-41d8-825a-2198c3cb396d",
"message": "success",
"data": {5 Eigenschaften
"created": "2023-06-09T15:22:13.000Z",
"total": 1.49,
"status": "OPEN",
"invoice": "https://invoice.24fire-gmbh.de/8cb1ead1-2635-4898/9fb6d6ad-b0f5-4bb4-b537-c3750bd0ac74",
"positions": {1 Eigenschaft
"vms": {2 Eigenschaften
"30071": [2 Elemente
{6 Eigenschaften
"type": "CREATE",
"start": "2023-05-31T00:38:40.000Z",
"stop": "2023-06-07T16:27:11.000Z",
"totalRuntime": null,
"monthlyPrice": 3.64,
"totalPrice": null
},
{6 Eigenschaften
"type": "UP-DOWNGRADE",
"start": "2023-06-07T16:27:11.000Z",
"stop": "2023-06-09T15:22:13.000Z",
"totalRuntime": null,
"monthlyPrice": 8.39,
"totalPrice": null
}
],
"30073": [1 Element
{6 Eigenschaften
"type": "CREATE",
"start": "2023-06-09T12:49:57.000Z",
"stop": "2023-06-09T15:22:13.000Z",
"totalRuntime": null,
"monthlyPrice": 3.64,
"totalPrice": null
}
]
}
}
}
}
cURL
curl -X GET 'https://live.fireapi.de/accounting/invoices/:invoiceID' \ -H 'X-FIRE-APIKEY: YOUR-API-KEY'