POST api/TB_OPTOut

Request Information

URI Parameters

None.

Body Parameters

TB_OPTOut
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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"
}