Cash Receipt Detail

GET {{base_url}}/DataEntry/crDetail/:Batch

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

Use this endpoint to retrieve detail information for each cash receipt in a batch.

Detail information comes from the Project Information section on the Cash Receipt detail screen for each cash receipt in the batch.

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":"CRBatch00001","RefNo":"00REFFEFERR","PKey":"PKEY000ABC1","Seq":1,"Description":"test1","WBS1":"0A199900.900","WBS1Name":"ABC Plaza Study 345","ClientName":"Sterling Place Limited Partnership","WBS2Level":"Y","ChargeType":"R","BillingCurrencyCode":"USD","WBS2":"A000","WBS2Name":"Feasibility Study","WBS3Level":"N","WBS3":" ","WBS3Name":"","FunctionalCurrencyCode":"USD","Org":"A0.00.00","Invoice":"","Account":"11100","AccountName":"A/R - Clients","AccountCurrencyCode":"","GlobalAccount":"Y","AccountType":1,"Amount":120,"Interest":"N","TaxCode":"","TaxBasis":0,"Retainer":"N","CurrencyExchangeOverrideRate":0,"SourceCurrencyCode":"","SourceBalance":"","SourceAmount":0,"SourceExchangeInfo":"","LinkCompany":"","PreInvoice":""}]