POST API/MOD/ValidateSubscriber

Request Information

URI Parameters

None.

Body Parameters

ValidateSubscriberRequest
NameDescriptionTypeAdditional information
SMSID

integer

None.

CustomerID

integer

None.

VCNO

string

None.

MobileNo

string

None.

Isd2h

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SMSID": 1,
  "CustomerID": 2,
  "VCNO": "sample string 3",
  "MobileNo": "sample string 4",
  "Isd2h": 5
}

application/xml, text/xml

Sample:
<ValidateSubscriberRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.MOD">
  <CustomerID>2</CustomerID>
  <Isd2h>5</Isd2h>
  <MobileNo>sample string 4</MobileNo>
  <SMSID>1</SMSID>
  <VCNO>sample string 3</VCNO>
</ValidateSubscriberRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultInfoOfValidateSubscriberResponseList
NameDescriptionTypeAdditional information
AccessToken

string

None.

TokenType

string

None.

ResultType

TypeOfResult

None.

ResultCode

integer

None.

ResultDesc

string

None.

Result

Collection of Object

None.

ErrCode

integer

None.

ErrDesc

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "TokenType": "sample string 2",
  "ResultType": 0,
  "ResultCode": 3,
  "ResultDesc": "sample string 4",
  "Result": null,
  "ErrCode": 5,
  "ErrDesc": "sample string 6"
}

application/xml, text/xml

Sample:
<ResultInfoOfArrayOfValidateSubscriberResponse7_PhAeM2Z xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Common">
  <AccessToken>sample string 1</AccessToken>
  <ErrCode>5</ErrCode>
  <ErrDesc>sample string 6</ErrDesc>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.MOD" i:nil="true" />
  <ResultCode>3</ResultCode>
  <ResultDesc>sample string 4</ResultDesc>
  <ResultType>Success</ResultType>
  <TokenType>sample string 2</TokenType>
</ResultInfoOfArrayOfValidateSubscriberResponse7_PhAeM2Z>