POST senderConfirmation

Request Information

URI Parameters

None.

Body Parameters

MCPSenderConfirmationModel
NameDescriptionTypeAdditional information
mobileNumber

string

None.

otp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mobileNumber": "sample string 1",
  "otp": "sample string 2"
}

application/xml, text/xml

Sample:
<MCPSenderConfirmationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KibriyaAPI.Models">
  <mobileNumber>sample string 1</mobileNumber>
  <otp>sample string 2</otp>
</MCPSenderConfirmationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.