POST
/
v1
/
businesses
/
{businessId}
/
quickbooks
/
sync-from
curl --request POST \
  --url https://sandbox.layerfi.com/v1/businesses/{businessId}/quickbooks/sync-from \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "quickbooks_realm_ids": [
    "<string>"
  ]
}'
{
  "type": "{}"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string
required

The UUID of the business to sync Quickbooks data for.

Body

application/json

Response

200
application/json

The response is of type object.