POST api/Uttara/AccountCredit

Request Information

URI Parameters

None.

Body Parameters

AccountCreditRequest
NameDescriptionTypeAdditional information
ORDER_NO

string

None.

TRANSACTION_PIN

string

None.

TRN_DATE

string

None.

TRNTP

string

None.

AMOUNT

decimal number

None.

RECEIVER_NAME

string

None.

RECEIVER_SUB_COUNTRY_LEVEL_2

string

None.

RECEIVER_ADDRESS

string

None.

RECEIVER_AND_SENDER_RELATION

string

None.

RECEIVER_CONTACT

string

None.

RECIEVER_BANK_BR_ROUTING_NUMBER

string

None.

RECEIVER_BANK

string

None.

RECEIVER_BANK_BRANCH

string

None.

RECEIVER_ACCOUNT_NUMBER

string

None.

SENDER_NAME

string

None.

SENDER_PASSPORT_NO

string

None.

SENDER_OTHER_ID_TYPE

string

None.

SENDER_OTHER_ID_NO

string

None.

SENDER_COUNTRY

string

None.

SENDER_SUB_COUNTRY_LEVEL_2

string

None.

SENDER_ADDRESS_LINE

string

None.

SENDER_CONTACT

string

None.

PURPOSE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ORDER_NO": "sample string 1",
  "TRANSACTION_PIN": "sample string 2",
  "TRN_DATE": "sample string 3",
  "TRNTP": "sample string 4",
  "AMOUNT": 5.1,
  "RECEIVER_NAME": "sample string 6",
  "RECEIVER_SUB_COUNTRY_LEVEL_2": "sample string 7",
  "RECEIVER_ADDRESS": "sample string 8",
  "RECEIVER_AND_SENDER_RELATION": "sample string 9",
  "RECEIVER_CONTACT": "sample string 10",
  "RECIEVER_BANK_BR_ROUTING_NUMBER": "sample string 11",
  "RECEIVER_BANK": "sample string 12",
  "RECEIVER_BANK_BRANCH": "sample string 13",
  "RECEIVER_ACCOUNT_NUMBER": "sample string 14",
  "SENDER_NAME": "sample string 15",
  "SENDER_PASSPORT_NO": "sample string 16",
  "SENDER_OTHER_ID_TYPE": "sample string 17",
  "SENDER_OTHER_ID_NO": "sample string 18",
  "SENDER_COUNTRY": "sample string 19",
  "SENDER_SUB_COUNTRY_LEVEL_2": "sample string 20",
  "SENDER_ADDRESS_LINE": "sample string 21",
  "SENDER_CONTACT": "sample string 22",
  "PURPOSE": "sample string 23"
}

text/xml

Sample:
<AccountCreditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Uttara.Requests">
  <Amount>5.1</Amount>
  <OrderNo>sample string 1</OrderNo>
  <Purpose>sample string 23</Purpose>
  <ReceiverAccountNumber>sample string 14</ReceiverAccountNumber>
  <ReceiverAddress>sample string 8</ReceiverAddress>
  <ReceiverBank>sample string 12</ReceiverBank>
  <ReceiverBankBranch>sample string 13</ReceiverBankBranch>
  <ReceiverBankRoutingNumber>sample string 11</ReceiverBankRoutingNumber>
  <ReceiverContact>sample string 10</ReceiverContact>
  <ReceiverName>sample string 6</ReceiverName>
  <ReceiverSenderRelation>sample string 9</ReceiverSenderRelation>
  <ReceiverSubCountryLevel2>sample string 7</ReceiverSubCountryLevel2>
  <SenderAddress>sample string 21</SenderAddress>
  <SenderContact>sample string 22</SenderContact>
  <SenderCountry>sample string 19</SenderCountry>
  <SenderName>sample string 15</SenderName>
  <SenderOtherIdNo>sample string 18</SenderOtherIdNo>
  <SenderOtherIdType>sample string 17</SenderOtherIdType>
  <SenderPassportNo>sample string 16</SenderPassportNo>
  <SenderSubCountryLevel2>sample string 20</SenderSubCountryLevel2>
  <TransactionDate>sample string 3</TransactionDate>
  <TransactionPin>sample string 2</TransactionPin>
  <TransactionType>sample string 4</TransactionType>
</AccountCreditRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.