Request
Body Params application/json
{
"amountToptup": 100,
"clientCompanyPartitionId": "104cdf88-efe6-43cc-8244-ee7ac199141c",
"clientCompanyPartitionSubsId": "0a29bb10-0177-4cbc-a971-555b93c79e52",
"maxUserAfter": 1100,
"topupNotes": "test"
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/subscription/topup' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"amountToptup": 100,
"clientCompanyPartitionId": "104cdf88-efe6-43cc-8244-ee7ac199141c",
"clientCompanyPartitionSubsId": "0a29bb10-0177-4cbc-a971-555b93c79e52",
"maxUserAfter": 1100,
"topupNotes": "test"
}'
Responses
application/json Modified at 2024-03-06 02:01:11