curl --request POST \
--url https://api.hostwithdothost.com/subgroup \
--header 'Content-Type: application/json' \
--data '{
"hostingSubGroupName": "<string>",
"SubGroupFeatures": "<string>",
"whmplanId": "<string>",
"hostingSubGroupImage": "<string>",
"hostingGroupId": "<string>",
"hostingStatus": "ACTIVE",
"pricing": [
{
"interval": "MONTH_1",
"price": 99.99,
"currency": "USD",
"country": "US"
}
]
}'
curl --request POST \
--url https://api.hostwithdothost.com/subgroup \
--header 'Content-Type: application/json' \
--data '{
"hostingSubGroupName": "<string>",
"SubGroupFeatures": "<string>",
"whmplanId": "<string>",
"hostingSubGroupImage": "<string>",
"hostingGroupId": "<string>",
"hostingStatus": "ACTIVE",
"pricing": [
{
"interval": "MONTH_1",
"price": 99.99,
"currency": "USD",
"country": "US"
}
]
}'
Was this page helpful?