Start Bulk Sync Execution

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
fetch_modeenumOptional
How the data is fetched. 'none' is normal operation for Polytomic. 'incremental' and 'full' apply to syncs from Salesforce. 'incremental' indicates the data is synced incrementally using record modification time. 'full' is necessary to catch up to the latest values for formula fields and rollup fields whose updates don't show up in incremental runs due to limitations in Salesforce.
Allowed values:
resyncbooleanOptional
schemaslist of stringsOptional
testbooleanOptional

Response

OK
dataobject

Errors

400
Bulk Sync Start Request Bad Request Error
401
Bulk Sync Start Request Unauthorized Error
409
Bulk Sync Start Request Conflict Error