Get an invoice's AP portal submission

View as Markdown
Returns the invoice's AP portal submission, or 404 if the invoice has none.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

customerIdstringRequired
Customer ID
invoiceIdstringRequired
Invoice ID

Response

The AP portal submission
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error