URL | https://<server domain name>/api/core/<version>/Payment/ |
Methods Supported | POST |
Description | Add payment for an invoice |
Required parameters | Type | Description |
InvoiceId | string | The id of the Invoice to add payment |
lineItemId | string | The id of the service item line |
amountPaid | string | Amount to be added to the invoice.
Note: Accepts only non negative numbers and only 2 decimals |
datePaid | string | Date of the payment in format YYYY-MM-DD |
paymentMethodId | string | The id of the payment method |
URL | https://sandbox.coreplus.com.au/API/Core/v2/payment |
Example request |
|
Example response |
|
Optional parameters | Type | Description |
dateBanked | String | Date of the banking in format YYYY-MM-DD |
paymentNotes | String | Payment notes related notes |
URL | https://sandbox.coreplus.com.au/API/Core/v2/Payment/ |
Example request |
|
Example response |
|