COR•REC Account Receivable Account Service

The Account Receivable Account service provides read-only access to Account Receivable Records. This service has a single CorrecServiceNotify_I.GET action.

Service Name: Account Receivable Account Service

Service ID: com.corgroup.bms.accounting.ar#ACCOUNTS

Collaboration Method Keys:
    public static finalStringID = "id";
    public static finalStringNAME = "name";
    public static finalStringSTATE = "state";
    public static finalStringCONTACT_NAME = "contact_name";
    public static finalStringCONTACT_EMAIL = "contact_email";
    public static finalStringCONTACT_PHONE = "contact_phone";
    public static finalStringADDRESS_ID = "address_id";
    public static finalStringADDRESS_KEY = "address_key";
//state values
    public static finalint int ACTIVE = 1;
    public static finalint int SUSPENDED = 0;
    public static finalint int DELETED = -1;
Action: CorrecService_I.GET - name and id of all Account Receivable records
    Map:The collaboration map requires the following key/value pair.

*CorrecService_I.STATE_COL Integer or Integer[] may contain a single state or array of states. ACTIVE, SUSPENDED, DELETED
Return List<Map<String, Object>> - Each list element contain key/value pairs representing a single account
ID (Long) account unique persisted ID
NAME (String) name
STATE (Integer) name
CONTACT_NAME (String) contact name
CONTACT_EMAIL (String) contact email address
CONTACT_PHONE (String) contact telephone number
ADDRESS_ID (Long) address unique persisted id
ADDRESS_KEY (String) address layout style
© CORGROUP® LLC 2025 All rights reserved