latestOpenAPI 3.0.02026-08-10233809957.8 KB
5cdfae3fa1fa
Tracking Categories
Posts an individual tracking category a business.
post/trackingCategories
Request body
Example request
{
"connection": {
"businessName": "Railz",
"serviceName": "quickbooks"
},
"data": {
"name": "Region",
"parentRef": "1334"
}
}Response
Example response
{
"pushCommunicationId": "60473b57f0cdd1683ca71f60",
"requestedOn": "2021-03-09T08:15:22.035Z",
"status": "pending",
"businessName": "Railz",
"serviceName": "quickbooks",
"data": {
"name": "Region",
"parentRef": "1334"
}
}