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>"
}
]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>"
}
]OK
1, 2 Was this page helpful?