PbxTenantFilteringSortingModelSuccessResponseModelOfPagedListGetModelOfPbxTenantGetModelcurl --location 'https://api.veloconnect.me/api/pbx-tenants/list' \
--header 'Content-Type: application/json' \
--data '{
"pageNumber": 0,
"pageSize": 0,
"filters": [
{
"propertyName": null,
"value": null,
"values": null,
"comparer": null
}
],
"sortings": [
{
"propertyName": null,
"direction": null
}
]
}'{
"data": [
{
"items": [
{
"id": null,
"name": null,
"pbxTenantId": null,
"pbxTenantName": null,
"status": null,
"usedSpaceInMb": null,
"maxSpaceInMb": null,
"sipUsername": null,
"sipPassword": null
}
],
"totalCount": 0,
"pageSize": 0,
"pageNumber": 0
}
]
}