POST /v1/dms/documents/{id}/book
POST/v1/dms/documents/{id}/book
Book an approved DMS invoice document (shortcut for transition to BOOKED)
Request Body
| Name | Typ | Beschreibung |
|---|
bookingReference | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/book \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"bookingReference": "string"
}'
const result = await cm.dms.post({
"bookingReference": "string"
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |