POST api/TB_OPTOut
Request Information
URI Parameters
None.
Body Parameters
TB_OPTOut| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mobile | string |
String length: inclusive between 0 and 15 |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mobile": "sample string 2"
}
Response Information
Resource Description
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"
}