Get Company Default Plan
Select
SaaS
Customer Managed
This operation returns the default plan for the Company.
Path Parameters
- OrganizationId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
organizationInfo object
organization object
connectName stringshortName object
domainName stringid integerorganizationProperties object
defaultPlans object[]
subtype integerplan object
planName stringplanId integer
{
"organizationInfo": {
"organization": {
"connectName": "string",
"shortName": {
"domainName": "string",
"id": 0
}
},
"organizationProperties": {
"defaultPlans": [
{
"subtype": 0,
"plan": {
"planName": "string",
"planId": 0
}
}
]
}
}
}
{
"organizationInfo": {
"organization": {
"connectName": "company001",
"shortName": {
"domainName": "company001",
"id": 6
}
},
"organizationProperties": {
"defaultPlans": [
{
"subtype": 33554437,
"plan": {
"planName": "Server plan",
"planId": 2
}
}
]
}
}
}
Loading...