Save Custom Logic
Using this API you can save the custom logic that you have defined.
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 |
|
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: [] }