Accelerate the Value of Data

Save Custom Logic

Using this API you can save the custom logic that you have defined.

Table 1. Parameters
Type Name Required Description
Headers Authorization Yes Information about authentication access token in format Bearer <accessToken> (see details in Authentication API)
content-type Yes Must be Content-Type: text/plain
Body Yes
{
    tenantStreamingVerification (data) {
      
    },
    tenantRequestModification (object) {
        
    },
    tenantDataModification (object) {
        
    },
    sfdcRequestModification (param) {
        
    },
    sfdcDataModification (param) {
        
    },
    callbackModification (param) {
        
    }
}

Request Example

POST {SFDCConnectorURL}/configuration/{tenantId}/{profile}/cl

Response Example

Success: 200 { status:  Custom Logic for {tenantId}/{profile} is added}
Error:   400 Bad Request, { errors : [], warnings: [] }