App - Invoice PDF
GET /selfservice-pdf/v2/{bucket}/{resource_type}/{uid}/invoice/{signature}/pdf
A printable PDF of an invoice. The template parameter is optional and defaults to sheep-invoice-a4. The standard template uses the logo, address and other settings provided for the client. Contact the support team if you would like a custom template.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The bucket (client) name
Example
exampleThe type of resource, usually the second element in the URI e.g person, organisation, member, payment
Example
personUsually the final element in the URI, an alphanumeric unique identifier
Example
6305f074683e800f3abe809eAn alphanumeric string that is used to verify the request
Example
6305fQuery Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Binary PDF file
A standard error message
object
A human readable description of the error
A concise error message
A machine readable error type
Unauthorized is the status code to return when the client provides no credentials or invalid credentials.
Forbidden is the status code to return when a client has valid credentials but not enough privileges to perform an action on a resource.
Not found