Skip to main content
POST
/
api
/
Configuration
/
SMS
/
Purchases
/
{packageId}
Purcahse SMS Package.
curl --request POST \
  --url https://api.example.com/api/Configuration/SMS/Purchases/{packageId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
{
  "value": 123
}

Path Parameters

packageId
integer<int32>
required

Body

application/json
value
string | null

Response

200 - application/json

OK

value
integer<int32>