Modify Salesforce Organization
Select
SaaS
Customer Managed
This operation is used to Modify salesforce organization
Path Parameters
- ClientId integer required
Client Id of the salesforce organization
Query Parameters
- instanceId integer required
Salesforce pseudo client instance Id
- backupsetId integer required
Salesforce pseudo client backupset Id
- application/json
Request Body
- endpoint string
Salesforce endpoint
entity object
Salesforce pseudo client details
clientName stringinstanceName stringdisplayName stringbackupsetId integer requiredinstanceId integer requiredinstanceGUID stringsubclientId integer requiredclientId integer requiredappName stringapplicationId integer requiredFor Salesforce use 134
- backupFileObjects boolean
Enable backup for Files
- backupArchivedandDeletedRecs boolean
Enable backup for archived and deleted records
- backupSFMetadata boolean
Enable backup for metadata
- filesPerBackup integer
File download limit
- noOfBackupStreams integer
Number of data streams
- downloadCachePath string
Download cache path
accessNodes object[]
Access Node details
client object
_type_ integerclientId integerclientName stringclientGroupId integerclientGroupName stringsyncDatabase object
Sync DB details
dbEnabled booleandbHost stringdbInstance stringdbName stringdbPort stringdbType stringdbUserPassword object
password stringuserName stringBase64 encoded DB user's password
salesforceAccount object
Salesforce account details
authenticationType integerconsumerId stringconsumerSecret stringBase64 encoded consumer secret
endpoint stringenvironmentType integertoken stringuserCredentials object
password stringuserName stringBase64 encoded salesforce user's password
- ignoreObjs string[]
Exclude objects
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
warningCode integererrorCode integerwarningMessage string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string"
}
]
}
Loading...