Invoice
Add payment to an invoice
post/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
invoiceIdstring required
Represents an invoice identifier across the system.
Example:78a687e29ae1f428e7ebe303
Represents an invoice identifier across the system.
Request body
Example request
{
"amount": 100,
"note": "This is a sample note for this invoice payment.",
"paymentDate": "2021-01-01T12:00:00Z"
}Response
Created
InvoiceOverviewDtoV1 required— unresolved $ref