Angebotsdetails
Request
GET /api/v1/offers/:id
curl --request GET \
--url 'https://www.zep-online.de/zepinstanz/next/api/v1/offers/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {token}'
Response
{
"data": {
"id": 1,
"name": null,
"customer_id": "10001",
"customer_contact_id": null,
"department_id": 1,
"project_id": null,
"ticket_id": null,
"title": "Test",
"note": null,
"version": null,
"status": {
"id": 30,
"name": "Finished"
},
"status_since": "2024-08-27T14:27:01.000000Z",
"responsible_username": null,
"processor_username": "frank",
"is_net": 0,
"currency": "EUR",
"default_validity": null,
"valid_until": "2024-11-30T00:00:00.000000Z",
"order_date": null,
"address": null,
"keywords": [],
"language": null,
"realization_from": null,
"realization_until": null,
"categories": [],
"items_count": 1
}
}