POST api/SalaryTran/InitiateSalaryPayment

Request Information

URI Parameters

None.

Body Parameters

InitiateSalaryParam
NameDescriptionTypeAdditional information
EntrustToken

string

None.

ScheduleSN

string

None.

Narration

string

None.

DebitAccountNumber

string

None.

Tokentype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EntrustToken": "sample string 1",
  "ScheduleSN": "sample string 2",
  "Narration": "sample string 3",
  "DebitAccountNumber": "sample string 4",
  "Tokentype": "sample string 5"
}

application/xml, text/xml

Sample:
<InitiateSalaryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <DebitAccountNumber>sample string 4</DebitAccountNumber>
  <EntrustToken>sample string 1</EntrustToken>
  <Narration>sample string 3</Narration>
  <ScheduleSN>sample string 2</ScheduleSN>
  <Tokentype>sample string 5</Tokentype>
</InitiateSalaryParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SimpleResponse
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

phonenumber

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "phonenumber": "sample string 3"
}

application/xml, text/xml

Sample:
<SimpleResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
  <phonenumber>sample string 3</phonenumber>
</SimpleResponse>