Skip to main content
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.

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests.

Example: Authorization: Bearer <token>

Body

application/json
data
string<byte>
required

Base64 encoded binary data of the signed PDF agreement. Must be of type application/pdf.

signature
enum<string>
required

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