Skip to main content
GET
/
api
/
Configuration
/
SMS
/
Packages
Get SMS Packages.
curl --request GET \
  --url https://api.example.com/api/Configuration/SMS/Packages
[
  {
    "id": 123,
    "agencyID": 123,
    "typeID": 1,
    "type": "<string>",
    "quantity": 123,
    "price": 123,
    "priceFormat": "<string>",
    "requestedByID": 123,
    "requestedBy": "<string>",
    "requestedDate": "2023-11-07T05:31:56Z",
    "approved": true,
    "expiryDate": "2023-11-07T05:31:56Z",
    "notes": "<string>"
  }
]

Response

200 - application/json

OK

id
integer<int32>
agencyID
integer<int32>
typeID
enum<integer>
Available options:
1,
2
type
string | null
quantity
integer<int32>
price
number<double>
priceFormat
string | null
requestedByID
integer<int32>
requestedBy
string | null
requestedDate
string<date-time>
approved
boolean
expiryDate
string<date-time>
notes
string | null