Update Company Details (v1)
Newer Version Available
A newer version of this API is available with simplified payloads aligned with the UI.
This operation updates a Company.
Query Parameters
- organizationId string required
 
- application/json
 
Request Body
organizationInfo object
organization object
shortName object
id integerorganizationProperties object
primaryDomain stringadditionalDomainsOperationType stringadditionalDomains string[]loginSessionTimeoutInMinutes int64Session timeout in mi
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Example 1
 
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringerror object
errorMessage stringerrorCode integer
{
  "processinginstructioninfo": {
    "attributes": [
      {
        "name": "string",
        "value": "string"
      }
    ]
  },
  "error": {
    "errorMessage": "string",
    "errorCode": 0
  }
}
{
  "processinginstructioninfo": {
    "attributes": [
      {
        "name": "exitval",
        "value": "0"
      }
    ]
  },
  "error": {
    "errorMessage": "",
    "errorCode": 0
  }
}
Loading...