Activate Sync

This function is used enables a specific account to sync with their Salesforce and allow all changes to be reflected within Salesforce.


Response
{ 
   "firstName":"John",
   "middleName":null,
   "lastName":"Doe",
   "companyName":"Stolen Bikes",
   "suffix":null,
   "primaryEmail":"[email protected]",
   "primaryPhone":"613-555-5555",
   "secondaryEmail":"[email protected]",
   "secondaryPhone":null,
   "title":"Mr",
   "reference":"1337",
   "status":"Active",
   "customerAccountStatus":"Good",
   "currency":"USD",
   "customerReference":{ 
      "reference1":null,
      "reference2":null,
      "reference3":null,
      "salesTrackingCodes":[ 

      ],
      "id":172677,
      "uri":"/172677"
   },
   "customerAcquisition":{ 
      "adContent":null,
      "campaign":null,
      "keyword":null,
      "landingPage":null,
      "medium":null,
      "source":null,
      "id":172677,
      "uri":"/172677"
   },
   "monthlyRecurringRevenue":25.9800,
   "netMonthlyRecurringRevenue":25.9800,
   "salesforceId":"0014100000JJ3wtAAD",
   "salesforceAccountType":null,
   "salesforceSynchStatus":"Enabled",
   "netsuiteId":null,
   "netsuiteCustomerType":"",
   "portalUserName":null,
   "parentId":null,
   "quickBooksLatchType":null,
   "quickBooksId":null,
   "quickBooksSyncToken":null,
   "id":172677,
   "uri":"/172677"
}
{
    "ErrorId": 0,
    "HttpStatusCode": 404,
    "Errors": [
        {
            "Key": "Api Error",
            "Value": "Customer with id 12 not found."
        }
    ]
}
Path Params
integer
required

The Stax Bill ID of the customer to sync with Salesforce.

Response
200
Language
Credentials
Header
LoadingLoading…