POST
/
apps
/
verifactu
/
v1
/
entry
/
:silo_entry_id
/
agreement
cURL
curl --request POST \
  --url https://api.invopop.com/apps/verifactu/v1/entry/:silo_entry_id/agreement \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": "aSDinaTvuI8gbWludGxpZnk=",
  "signature": "digital"
}'
Once the previously generated agreement has been signed by the end-user, upload to Invopop so that it will be stored as an attachment to the silo entry.

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Body

application/json

Response

202

No content