POST api/NetworkFeedbackApi
Request Information
URI Parameters
None.
Body Parameters
NetworkFeedback| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Branch | string |
None. |
|
| MobileNo | string |
None. |
|
| Comments | string |
None. |
|
| MacAddress | string |
None. |
|
| IP | string |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| DeviceName | string |
None. |
|
| Name | string |
None. |
|
| OptCode | string |
None. |
|
| IsVerified | boolean |
None. |
|
| IsPorted | boolean |
None. |
|
| NetworkId | integer |
None. |
|
| Action | string |
None. |
|
| IsNewUser | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Branch": "sample string 2",
"MobileNo": "sample string 3",
"Comments": "sample string 4",
"MacAddress": "sample string 5",
"IP": "sample string 6",
"StartTime": "2025-12-06T10:47:43.9388795+05:00",
"EndTime": "2025-12-06T10:47:43.9388795+05:00",
"DeviceName": "sample string 7",
"Name": "sample string 8",
"OptCode": "sample string 9",
"IsVerified": true,
"IsPorted": true,
"NetworkId": 1,
"Action": "sample string 10",
"IsNewUser": true
}
application/xml, text/xml
Sample:
<NetworkFeedback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMS.DataModels"> <Action>sample string 10</Action> <Branch>sample string 2</Branch> <Comments>sample string 4</Comments> <DeviceName>sample string 7</DeviceName> <EndTime>2025-12-06T10:47:43.9388795+05:00</EndTime> <IP>sample string 6</IP> <Id>1</Id> <IsNewUser>true</IsNewUser> <IsPorted>true</IsPorted> <IsVerified>true</IsVerified> <MacAddress>sample string 5</MacAddress> <MobileNo>sample string 3</MobileNo> <Name>sample string 8</Name> <NetworkId>1</NetworkId> <OptCode>sample string 9</OptCode> <StartTime>2025-12-06T10:47:43.9388795+05:00</StartTime> </NetworkFeedback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TupleOfStringAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_Item1": "sample string 1",
"m_Item2": "sample string 2"
}
application/xml, text/xml
Sample:
<TupleOfstringstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <m_Item1>sample string 1</m_Item1> <m_Item2>sample string 2</m_Item2> </TupleOfstringstring>