Accelerate the Value of Data

Enable or disable sync to Reltio for the profile

For a specified profile, you can enable or disable sync to Reltio.

Request

Operation Endpoint:

 POST {SFDCConnectorURL}\configuration\{tenantId}\{profileName}\syncToReltio?enabled={true/false}
Table 1. Parameters
Parameter Required Description
Headers Authorization Yes Access Token in format "Bearer <accessToken>" (see details in Authentication API)
Content-Type Yes Must be "Content-Type: application/json"
Query tenantId Yes Tenant ID
Query profileName Yes Name of the profile
Query enabled Yes Possible values: true/false

Response

Success: 200 status:
{
    status: "{tenantId+profileName}  has been updated"
}
 
Error:   400 Bad Request, { error: {reason}}