For all operations listed below you will need to provide HTTP Request Header Authorization param. For more details see Login/Auth page.

Customer Balance Report

Route: /netsuite/customer_balance

Method: GET

Required query parameters:

customer_id - customer ID. (See customer section, for more details how to get customer IDs associated with your account)

Example result

{
    "entities": [
        {
            "unbilledOrders": 0,
            "consolUnbilledOrders": 0,
            "consolOverdueBalance": 0,
            "consolDepositBalance": 0,
            "consolBalance": 0,
            "consolAging": 0,
            "consolAging1": 0,
            "consolAging2": 0,
            "consolAging3": 0,
            "consolAging4": 0
         {
            ...
         }
    "total": 123,
    "result": true
}