POST
/
sales
/
pdfUrl
curl --request POST \
  --url https://api.altera.co/sales/pdfUrl \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "invoiceId": 123
}'
{
  "result": "OK",
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

OpenApi Key created within Altera.app for a certain company

Body

application/json

Response

200 - application/json

OK

The response is of type object.