POST api/otp/request

Otp Request

Request

URI Parameters

empty

Request body parameters

RequestOtpPayload
nameDescriptionTypeadditional info
ObjectKey

Object Identifier

integer

Required

ObjectType

Object Type

ObjectType

Required

api.otp.request.comments

Request formats

application/json, text/json

Sample:
{
  "ObjectKey": 1,
  "ObjectType": 0
}

application/xml, text/xml

Sample:
<RequestOtpPayload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CIBApi.Controllers">
  <ObjectKey>1</ObjectKey>
  <ObjectType>Payment</ObjectType>
</RequestOtpPayload>

Response

Description

IHttpActionResult

empty

formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.