GET api/TB_OPTOut
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TB_OPTOut| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mobile | string |
String length: inclusive between 0 and 15 |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Mobile": "sample string 2"
},
{
"ID": 1,
"Mobile": "sample string 2"
}
]