Documents
This page includes all endpoints available for the documents module of Logiciel Actif.
Add a document
POST
https://app.gem-books.com/api/documents
This endpoint allows you to add a document.
Query Parameters
Name
Type
Description
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.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be multipart/form-data
.
Last updated