POST api/ProcessRequeriedNIN

Request Information

URI Parameters

None.

Body Parameters

InputMessage
NameDescriptionTypeAdditional information
proof

string

None.

msisdn

string

None.

message

string

None.

surname

string

None.

firstname

string

None.

middlename

string

None.

gender

string

None.

dateofbirth

string

None.

state

string

None.

lga

string

None.

passport

string

None.

senderid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "proof": "sample string 1",
  "msisdn": "sample string 2",
  "message": "sample string 3",
  "surname": "sample string 4",
  "firstname": "sample string 5",
  "middlename": "sample string 6",
  "gender": "sample string 7",
  "dateofbirth": "sample string 8",
  "state": "sample string 9",
  "lga": "sample string 10",
  "passport": "sample string 11",
  "senderid": "sample string 12"
}

application/xml, text/xml

Sample:
<InputMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShortCodeAPI.Models">
  <dateofbirth>sample string 8</dateofbirth>
  <firstname>sample string 5</firstname>
  <gender>sample string 7</gender>
  <lga>sample string 10</lga>
  <message>sample string 3</message>
  <middlename>sample string 6</middlename>
  <msisdn>sample string 2</msisdn>
  <passport>sample string 11</passport>
  <proof>sample string 1</proof>
  <senderid>sample string 12</senderid>
  <state>sample string 9</state>
  <surname>sample string 4</surname>
</InputMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.