Update invoice PO number

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequiredformat: "uuid"
Customer ID
invoiceIdstringRequiredformat: "uuid"
Invoice ID

Request

This endpoint expects an object.
poNumberstringRequired<=30 characters
Purchase Order number for the invoice

Response

Updated PO number
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobject
json element with any error messages or warnings

Errors

404
Not Found Error
500
Internal Server Error