GET api/AdminApi/GetNetworkAndApiReport?fromDate={fromDate}&toDate={toDate}&byCustomerID={byCustomerID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fromDate | date |
Required |
|
| toDate | date |
Required |
|
| byCustomerID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NetworkAndApiReportViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| lstUsers | Collection of usp_GetBrandNames_Result |
None. |
|
| lstBrandName | Collection of BrandName |
None. |
|
| LoginId | integer |
None. |
|
| BrandNameId | integer |
None. |
|
| CustomerID | string |
None. |
|
| M | integer |
None. |
|
| U | integer |
None. |
|
| T | integer |
None. |
|
| Z | integer |
None. |
|
| MobilinkApi | string |
None. |
|
| UfoneApi | string |
None. |
|
| TelenorApi | string |
None. |
|
| ZongApi | string |
None. |
|
| Pg | string |
None. |
|
| SmsBalance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"lstUsers": [
{
"LoginId": 1,
"Name": "sample string 1"
},
{
"LoginId": 1,
"Name": "sample string 1"
}
],
"lstBrandName": [
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:52:12.01122+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:52:12.01122+05:00",
"UpdateBy": "sample string 4"
},
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:52:12.01122+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:52:12.01122+05:00",
"UpdateBy": "sample string 4"
}
],
"LoginId": 1,
"BrandNameId": 1,
"CustomerID": "sample string 1",
"M": 2,
"U": 3,
"T": 4,
"Z": 5,
"MobilinkApi": "sample string 6",
"UfoneApi": "sample string 7",
"TelenorApi": "sample string 8",
"ZongApi": "sample string 9",
"Pg": "sample string 10",
"SmsBalance": 11.1
},
{
"lstUsers": [
{
"LoginId": 1,
"Name": "sample string 1"
},
{
"LoginId": 1,
"Name": "sample string 1"
}
],
"lstBrandName": [
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:52:12.01122+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:52:12.01122+05:00",
"UpdateBy": "sample string 4"
},
{
"Id": 1,
"LoginId": 1,
"Name": "sample string 2",
"IsActive": true,
"CreatedDate": "2025-12-06T10:52:12.01122+05:00",
"CreatedBy": "sample string 3",
"UpdatedDate": "2025-12-06T10:52:12.01122+05:00",
"UpdateBy": "sample string 4"
}
],
"LoginId": 1,
"BrandNameId": 1,
"CustomerID": "sample string 1",
"M": 2,
"U": 3,
"T": 4,
"Z": 5,
"MobilinkApi": "sample string 6",
"UfoneApi": "sample string 7",
"TelenorApi": "sample string 8",
"ZongApi": "sample string 9",
"Pg": "sample string 10",
"SmsBalance": 11.1
}
]
application/xml, text/xml
Sample:
<ArrayOfNetworkAndApiReportViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels.ViewModels">
<NetworkAndApiReportViewModel>
<BrandNameId>1</BrandNameId>
<CustomerID>sample string 1</CustomerID>
<LoginId>1</LoginId>
<M>2</M>
<MobilinkApi>sample string 6</MobilinkApi>
<Pg>sample string 10</Pg>
<SmsBalance>11.1</SmsBalance>
<T>4</T>
<TelenorApi>sample string 8</TelenorApi>
<U>3</U>
<UfoneApi>sample string 7</UfoneApi>
<Z>5</Z>
<ZongApi>sample string 9</ZongApi>
<lstBrandName xmlns:d3p1="http://schemas.datacontract.org/2004/07/SMS.DataModels">
<d3p1:BrandName>
<d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
<d3p1:CreatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:CreatedDate>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:UpdateBy>sample string 4</d3p1:UpdateBy>
<d3p1:UpdatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:UpdatedDate>
</d3p1:BrandName>
<d3p1:BrandName>
<d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
<d3p1:CreatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:CreatedDate>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:UpdateBy>sample string 4</d3p1:UpdateBy>
<d3p1:UpdatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:UpdatedDate>
</d3p1:BrandName>
</lstBrandName>
<lstUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/SMS.DataModels">
<d3p1:usp_GetBrandNames_Result>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 1</d3p1:Name>
</d3p1:usp_GetBrandNames_Result>
<d3p1:usp_GetBrandNames_Result>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 1</d3p1:Name>
</d3p1:usp_GetBrandNames_Result>
</lstUsers>
</NetworkAndApiReportViewModel>
<NetworkAndApiReportViewModel>
<BrandNameId>1</BrandNameId>
<CustomerID>sample string 1</CustomerID>
<LoginId>1</LoginId>
<M>2</M>
<MobilinkApi>sample string 6</MobilinkApi>
<Pg>sample string 10</Pg>
<SmsBalance>11.1</SmsBalance>
<T>4</T>
<TelenorApi>sample string 8</TelenorApi>
<U>3</U>
<UfoneApi>sample string 7</UfoneApi>
<Z>5</Z>
<ZongApi>sample string 9</ZongApi>
<lstBrandName xmlns:d3p1="http://schemas.datacontract.org/2004/07/SMS.DataModels">
<d3p1:BrandName>
<d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
<d3p1:CreatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:CreatedDate>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:UpdateBy>sample string 4</d3p1:UpdateBy>
<d3p1:UpdatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:UpdatedDate>
</d3p1:BrandName>
<d3p1:BrandName>
<d3p1:CreatedBy>sample string 3</d3p1:CreatedBy>
<d3p1:CreatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:CreatedDate>
<d3p1:Id>1</d3p1:Id>
<d3p1:IsActive>true</d3p1:IsActive>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:UpdateBy>sample string 4</d3p1:UpdateBy>
<d3p1:UpdatedDate>2025-12-06T10:52:12.01122+05:00</d3p1:UpdatedDate>
</d3p1:BrandName>
</lstBrandName>
<lstUsers xmlns:d3p1="http://schemas.datacontract.org/2004/07/SMS.DataModels">
<d3p1:usp_GetBrandNames_Result>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 1</d3p1:Name>
</d3p1:usp_GetBrandNames_Result>
<d3p1:usp_GetBrandNames_Result>
<d3p1:LoginId>1</d3p1:LoginId>
<d3p1:Name>sample string 1</d3p1:Name>
</d3p1:usp_GetBrandNames_Result>
</lstUsers>
</NetworkAndApiReportViewModel>
</ArrayOfNetworkAndApiReportViewModel>