GET api/NetworkFeedbackApi?mac={mac}&branch={branch}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mac | string |
Required |
|
| branch | string |
Required |
Body Parameters
None.
Response Information
Resource Description
NetworkFeedbackUserMacInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| MobileNo | string |
None. |
|
| NetworkId | integer |
None. |
|
| IsBranchAllowed | boolean |
None. |
|
| FullAccess | boolean |
None. |
|
| NotAllowed | boolean |
None. |
|
| IsNewUser | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"MobileNo": "sample string 2",
"NetworkId": 3,
"IsBranchAllowed": true,
"FullAccess": true,
"NotAllowed": true,
"IsNewUser": true
}
application/xml, text/xml
Sample:
<NetworkFeedbackUserMacInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels"> <FullAccess>true</FullAccess> <IsBranchAllowed>true</IsBranchAllowed> <IsNewUser>true</IsNewUser> <MobileNo>sample string 2</MobileNo> <Name>sample string 1</Name> <NetworkId>3</NetworkId> <NotAllowed>true</NotAllowed> </NetworkFeedbackUserMacInfo>