cURL
Spain
Upload agreement PDF
Upload a signed copy of the PDF agreement.
POST
cURL
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.Documentation Index
Fetch the complete documentation index at: https://invopop-mintlify-32095906.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use the Bearer scheme with a valid JWT token to authenticate requests.
Example: Authorization: Bearer <token>
Path Parameters
ID of the org.Party silo entry to upload the agreement for.
Example:
"5b45453c-cdd0-11ed-afa1-0242ac120002"
System in which the party is being registered.
Available options:
sii Body
application/json
Base64 encoded binary data of the signed PDF agreement. Must be
of type application/pdf.
Type of signature used to sign the agreement. Use one of the following options:
digital- Signed using a digital certificate belonging to the supplier.hand- Physically signed by hand, and scanned.
Available options:
digital, hand Response
202
No content