Create Salesforce Organization
Select
This operation is used to create Salesforce organization
- application/json
Request Body
- organizationName string required
Name of the Organization
plan object
planName string requiredName of the plan to be associated
planId integer requiredId of the plan to be associated
entityInfo object
companyId integer requiredId of the Company to associate this client
companyName stringDefault value:
Commcell
Name of the Company to associate this client
multiCommcellId integeraccessNodes object[]
client object
clientId integer requiredId of the Client to use as Access Node
clientName string requiredName of the Client to use as Access Node
_type_ integerclientGroupName stringClient Group Name
clientGroupId integerId of the Client Group
salesforceAccount object
environmentType integerPossible values:
<= 1
Salesforce Environment Ex: Production-0, Sandbox-1
authenticationType integer requiredPossible values:
>= 1
and<= 2
Authentication Type Ex: Oauth-1, Username and Password-2
userCredentials object
userName string requiredUsername of the Salesforce User
password string requiredBase64 encoded password of Salesforce User
consumerId string requiredConsumer Key of the connected APP
consumerSecret string requiredBase64 encoded Consumer Secret of the connected APP
endpoint stringDefault value:
https://login.salesforce.com
Salesforce endpoint
token stringAPI token for Salesforce User
- downloadCachePath string required
Download cache path
syncDatabase object
dbEnabled boolean requiredDefault value:
true
Set true to use SyncDB
dbType string requiredDefault value:
3
Database type
dbHost string requiredDatabase host
dbPort string requiredDatabase port
dbName string requiredDatabase name
dbUserPassword object
userName string requiredUsername of DB user
password string requiredBase64 encoded Password of DB User
dbInstance stringSQLServer instance
- useResourcePoolInfo boolean
Default value:
false
Use Resource Pool linked with Plan
- 200
- 400
- 401
- 409
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerClient Id for the created Salesforce organization
clientName stringName of the created Salesforce organization
_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
Bad Request
Unauthorized
Conflict
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}