15 operations

Payment

Operations

15 shown
GET
/finance/credit_invoice/{credit_invoice_id}/payment

List payments of a credit invoice

Credit InvoicePayment
200400404500
POST
/finance/credit_invoice/{credit_invoice_id}/payment

Create a new payment for a credit invoice

Credit InvoicePayment
200400404500
GET
/finance/credit_invoice/{credit_invoice_id}/payment/{id}

Get a payment of a credit invoice

Credit InvoicePayment
200400404500
PUT
/finance/credit_invoice/{credit_invoice_id}/payment/{id}

Update a payment for a credit invoice

Credit InvoicePayment
200400404500
DELETE
/finance/credit_invoice/{credit_invoice_id}/payment/{id}

Delete a payment of a credit invoice

Credit InvoicePayment
204400404500
GET
/finance/invoice/{invoice_id}/payment

List payments of an invoice

InvoicePayment
200400404500
POST
/finance/invoice/{invoice_id}/payment

Create a new payment for an invoice

InvoicePayment
200400404500
GET
/finance/invoice/{invoice_id}/payment/{id}

Get a payment of an invoice

InvoicePayment
200400404500
PUT
/finance/invoice/{invoice_id}/payment/{id}

Update a payment for an invoice

InvoicePayment
200400404500
DELETE
/finance/invoice/{invoice_id}/payment/{id}

Delete a payment of an invoice

InvoicePayment
204400404500
GET
/finance/purchase_invoice/{purchase_invoice_id}/payment

List payments of a purchase invoice

Purchase InvoicePayment
200400404500
POST
/finance/purchase_invoice/{purchase_invoice_id}/payment

Create a new payment for a purchase invoice

Purchase InvoicePayment
200400404500
GET
/finance/purchase_invoice/{purchase_invoice_id}/payment/{id}

Get a payment of a purchase invoice

Purchase InvoicePayment
200400404500
PUT
/finance/purchase_invoice/{purchase_invoice_id}/payment/{id}

Update a payment for a purchase invoice

Purchase InvoicePayment
200400404500
DELETE
/finance/purchase_invoice/{purchase_invoice_id}/payment/{id}

Delete a payment of a purchase invoice

Purchase InvoicePayment
204400404500