data | object | required | |
data.locations | array of object | required | Array of location objects containing details about each connected location |
data.locations[].locationId | string | required | Unique Node ID of the location |
data.locations[].name | string | required | Business name of the location |
data.locations[].address | string | optional | Full address of the location |
data.locations[].status | string | required | Current status of the location ACTIVEINACTIVEARCHIVED
|
data.locations[].connectedAccountType | string | required | Type of the connected account platform GOOGLEFACEBOOK
|