Documents
This page includes all endpoints available for the documents module of Logiciel Actif.
Last updated
This page includes all endpoints available for the documents module of Logiciel Actif.
POST https://app.gem-books.com/api/documents
This endpoint allows you to add a document.
booking_id
string
Booking ID that this document is linked to.
path
array
Binary document.
title
string
Title of the document.
transaction_id
string
Transaction ID that this document is linked to.
client_id
string
Client ID that this document is linked to.
fournisseur_id
string
Provider ID that this document is linked to.
Authentification
string
Bearer token.
Accept
string
Should be multipart/form-data.
Last updated