GET api/OptOut/GetOptout

Request Information

URI Parameters

None.

Body Parameters

BaseModel
NameDescriptionTypeAdditional information
MobileNumber

Mobile number to sent message. Please send with country code for India send with 91, do not use "+". sample (91XXXXXXXXXX).

string

Required

Request Formats

application/json, text/json

Sample:
{
  "MobileNumber": "sample string 1"
}

Response Information

Resource Description

CustomResponse
NameDescriptionTypeAdditional information
Error

string

None.

IsAuthenticated

boolean

None.

Message

string

None.

Response

Object

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Error": "sample string 1",
  "IsAuthenticated": true,
  "Message": "sample string 3",
  "Response": {},
  "StatusCode": 5
}