Create a Company (Deprecated)
This operation creates a Company.
- application/json
Request Body
organizationInfo object
planDetails object[]
plan object
planName stringplanId integerorganization object
connectName stringemailDomainNames string[]shortName object
domainName stringorganizationProperties object
primaryDomain stringprimaryContacts object[]
fullName stringemail string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
srmReportSet integertype integersrmReportType integerclientSidePackage booleanGUID string_type_ integerproviderId integerproviderDomainName stringconsumeLicense boolean
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"srmReportType": 0,
"clientSidePackage": true,
"GUID": "string",
"_type_": 0,
"providerId": 0,
"providerDomainName": "string",
"consumeLicense": true
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"srmReportType": 0,
"clientSidePackage": true,
"GUID": "3146C5E7-F898-410D-8952-6D8B84BABBE5",
"_type_": 61,
"providerId": 18,
"providerDomainName": "testalias4",
"consumeLicense": true
}
}
}
Loading...