Skip to main content

Add or Replace an Account Receipt

Create a BigChange payment POST (AccountReceiptSave)

This service creates a payment against an invoice in BigChange. The service will remove any existing payments and it will replace the payment with a single line based on the value specified in the Net Amount. The service requires a JSON payload containing the below field and values.

Query String Parameters

NameTypeDescriptionRequired
ActionStringAccountReceiptSaveRequired
AccountRefStringThe contacts account reference located in CRM => Financial => Terms. This is a validation field only to confirm that the contacts account reference exists.Required
DateStringThe date of the payment.Required
TaxCodeStringThe tax code of the payment.Required
NetAmountDoubleThe net amount of the payment value.Required
TaxAmountDoubleThe tax amount of the payment value.Required
InvoiceRefStringThe invoice reference in BigChange.Required
PaymentRefStringThe payments reference.Required

Response Codes

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=accountreceiptsave