Skip to main content
PATCH
/
partner
/
instances
/
convert
Convert Consulting To Standard Endpoint
curl --request PATCH \
  --url https://api.example.com/partner/instances/convert \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'instance_id=<string>'
{
  "instance_id": "<string>",
  "name": "<string>",
  "consulting_status": "<string>"
}

Headers

Authorization
string

Body

application/x-www-form-urlencoded
instance_id
string

ID of the organization under conversion from Consulting to Standard instance.

Response

OK

Represents the JSON structure for converting an instance.

instance_id
string | null

The unique identifier for the instance.

name
string | null

The name of the instance.

consulting_status
string | null

The consulting status of the instance.