POST api/TransferReceipt

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecentTransferListOut
NameDescriptionTypeAdditional information
accountno

string

None.

accountname

string

None.

tel

string

None.

branchid

string

None.

dated

string

None.

amount

string

None.

remarks

string

None.

notes

string

None.

refno

string

None.

BenefName

string

None.

BenefTel

string

None.

Response Formats

application/json, text/json

Sample:
{
  "accountno": "sample string 1",
  "accountname": "sample string 2",
  "tel": "sample string 3",
  "branchid": "sample string 4",
  "dated": "sample string 5",
  "amount": "sample string 6",
  "remarks": "sample string 7",
  "notes": "sample string 8",
  "refno": "sample string 9",
  "BenefName": "sample string 10",
  "BenefTel": "sample string 11"
}

application/xml, text/xml

Sample:
<RecentTransferListOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <BenefName>sample string 10</BenefName>
  <BenefTel>sample string 11</BenefTel>
  <accountname>sample string 2</accountname>
  <accountno>sample string 1</accountno>
  <amount>sample string 6</amount>
  <branchid>sample string 4</branchid>
  <dated>sample string 5</dated>
  <notes>sample string 8</notes>
  <refno>sample string 9</refno>
  <remarks>sample string 7</remarks>
  <tel>sample string 3</tel>
</RecentTransferListOut>