AR Balance Detail for Cash Receipts

GET {{base_url}}/ARReview/ARBalanceDetailCR

NOTE: This supports filterHash query string parameters. For information about filterHash query string parameters, see Pagination.

Use this endpoint to retrieve information on posted CR items as related to AR invoices with WBS structure associated with invoice included.

Request Params

KeyDatatypeRequiredDescription
`WBSInvoice`string
The combination of the project record and invoice key.

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

"{\n        \"WBS1\": \"15376.01\",\n        \"WBS2\": \"P1\",\n        \"WBS3\": \"12\",\n        \"Invoice\": \"000000010\",\n        \"CashReceiptDate\": \"2024-04-25T00:00:00.000\",\n        \"Account\": \"111.00\",\n        \"TransType\": \"CR\",\n        \"SubType\": \"R\",\n        \"InvoiceSection\": \"\",\n        \"Amount\": 405254.5400,\n        \"RetainerAmount\": 0.0000,\n        \"WBS1Name\": \"MP Project 01 Regular - 1234567890\",\n        \"WBS2Name\": \"Phase 01 - 1234567890\",\n        \"WBS3Name\": \"Task 12 - 1234567890\"\n    },"