Skip to content

Overview

This endpoint manages generic requests, which are custom requests that are not part of the regular API collection. Some generic requests have custom handlers defined. Others must be passed on to the back end.

This generic request opens a new account for an existing user.

{
    "typeId": "newExpenseAccount", //generic request type id
    "intTag": 35,  // Unique tag for dedup. Typically an integer, epoch.
    "AFiUserId": "qweaurlatw083dyy", // a field required for this particular type of generic request. 
    "name": "my new expense account", // a field required for this particular type of generic request.  
}