curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Purchase additional device slots (legacy endpoint without tariff support).
DEPRECATED: Use /devices/purchase instead for full tariff and discount support.
curl --request POST \
--url http://localhost:8080/cabinet/subscription/devices \
--header 'Content-Type: application/json' \
--data '{
"devices": 50
}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to purchase additional device slots.
Number of additional devices
1 <= x <= 100Successful Response