Update Cash Receipt Master

PUT {{base_url}}/DataEntry/crMaster/:Batch|MasterRefNo

NOTE: This applies if you have the Use Files to Group Transactions option set to No in Settings » Accounting » Transactions.

Use this endpoint to update master record information for each cash receipt.

Master record information comes from the General Information section on the Cash Receipt detail screen for each cash receipt in the batch.

Request Body

{"Batch"=>"CRNonBatch00001", "RefNo"=>"00000001111", "TransDate"=>"2017-12-27T00:00:00.000"}

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Batch":"CRNonBatch00001","RefNo":"00000001111","TransDate":"2017-12-27T00:00:00.000","TransComment":"Cash Receipts Entry from API Import","Posted":"N","BankCode":"101.10","Seq":1,"CurrencyCode":"CAD","CurrencyExchangeOverrideMethod":"N","CurrencyExchangeOverrideDate":"","CurrencyExchangeOverrideRate":0,"Status":"N","StatusDescription":"In Progress","AuthorizedByName":"","AuthorizedBy":"","RejectReason":"","ModUser":"","ModUserEmployee":"","ModDate":"2014-06-23T14:37:27.083","Diary":"D1","DiaryNo":1450}]