Skip to main content
POST
/
v1
/
{tenantUUID}
/
market
/
ipv4
/
child
/
toggle
Hide or unhide child subnets
curl --request POST \
  --url https://apigw.ipxo.com/billing/v1/{tenantUUID}/market/ipv4/child/toggle \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "childs": [
    {
      "address": "string"
    }
  ],
  "market_service_uuid": "string",
  "cidr": 0,
  "reason": "string"
}
'
{
  "batchId": "string"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenantUUID
string
required

UUID

Pattern: ^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$

Body

application/json
childs
object[]
required
market_service_uuid
string<uuid>
required
cidr
integer
required
reason
string

Response

Batch id

batchId
string

The ID of the batch