Invoice query by SSN or customer number
Retrieve open and/or paid invoices for an end customer by SSN or customer number.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ssnstringOptional
Social security number (HETU). Either ssn or custnum is required.
custnumstringOptional
Customer number. Either ssn or custnum is required.
all_invoicesintegerOptional
0 = open invoices only (default), 1 = all invoices including paid.
Responses
200
Jobs found
application/json
400
Bad request
application/json
404
Not found
application/json
post
/jobs/findbyendcustomerLast updated
Was this helpful?

