POST api/smartdbc/getRequestSellBills

Request Information

URI Parameters

None.

Body Parameters

SellCls
NameDescriptionTypeAdditional information
SellCurrencies

Collection of CurrencyAmount

None.

ApplicantName

string

None.

ApplicantMobile

string

None.

ApplicantEmail

string

None.

BeneficiaryTransfer

boolean

None.

BTAccountName1

string

None.

BTAccountNumber1

string

None.

BTBankID1

integer

None.

BTAmount1

decimal number

None.

BTAccountName2

string

None.

BTAccountNumber2

string

None.

BTBankID2

integer

None.

BTAmount2

decimal number

None.

BTAccountName3

string

None.

BTAccountNumber3

string

None.

BTBankID3

integer

None.

BTAmount3

decimal number

None.

Transcode

string

None.

NationalityID

integer

None.

PassportNumber

string

None.

VisaExpiryDate

date

None.

Purpose

string

None.

Username

string

None.

Password

string

None.

ClientCode

string

None.

Reqtranscode

string

None.

LogedUSername

string

None.

Images

Collection of Collection of byte

None.

UtilityType

UtilitySet

None.

Request Formats

application/json, text/json

Sample:
{
  "SellCurrencies": [
    {
      "CurrencyID": 1,
      "Amount": 2.1
    },
    {
      "CurrencyID": 1,
      "Amount": 2.1
    }
  ],
  "ApplicantName": "sample string 1",
  "ApplicantMobile": "sample string 2",
  "ApplicantEmail": "sample string 3",
  "BeneficiaryTransfer": true,
  "BTAccountName1": "sample string 5",
  "BTAccountNumber1": "sample string 6",
  "BTBankID1": 7,
  "BTAmount1": 8.1,
  "BTAccountName2": "sample string 9",
  "BTAccountNumber2": "sample string 10",
  "BTBankID2": 11,
  "BTAmount2": 12.1,
  "BTAccountName3": "sample string 13",
  "BTAccountNumber3": "sample string 14",
  "BTBankID3": 15,
  "BTAmount3": 16.1,
  "Transcode": "sample string 17",
  "NationalityID": 18,
  "PassportNumber": "sample string 19",
  "VisaExpiryDate": "2026-03-23T01:27:38.1088414+01:00",
  "Purpose": "sample string 21",
  "Username": "sample string 22",
  "Password": "sample string 23",
  "ClientCode": "sample string 24",
  "Reqtranscode": "sample string 25",
  "LogedUSername": "sample string 26",
  "Images": [
    "QEA=",
    "QEA="
  ],
  "UtilityType": 0
}

text/html

Sample:
{"SellCurrencies":[{"CurrencyID":1,"Amount":2.1},{"CurrencyID":1,"Amount":2.1}],"ApplicantName":"sample string 1","ApplicantMobile":"sample string 2","ApplicantEmail":"sample string 3","BeneficiaryTransfer":true,"BTAccountName1":"sample string 5","BTAccountNumber1":"sample string 6","BTBankID1":7,"BTAmount1":8.1,"BTAccountName2":"sample string 9","BTAccountNumber2":"sample string 10","BTBankID2":11,"BTAmount2":12.1,"BTAccountName3":"sample string 13","BTAccountNumber3":"sample string 14","BTBankID3":15,"BTAmount3":16.1,"Transcode":"sample string 17","NationalityID":18,"PassportNumber":"sample string 19","VisaExpiryDate":"2026-03-23T01:27:38.1088414+01:00","Purpose":"sample string 21","Username":"sample string 22","Password":"sample string 23","ClientCode":"sample string 24","Reqtranscode":"sample string 25","LogedUSername":"sample string 26","Images":["QEA=","QEA="],"UtilityType":0}

application/xml, text/xml

Sample:
<SellCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/xmoonlineappapi">
  <ClientCode>sample string 24</ClientCode>
  <Images xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:base64Binary>QEA=</d2p1:base64Binary>
    <d2p1:base64Binary>QEA=</d2p1:base64Binary>
  </Images>
  <LogedUSername>sample string 26</LogedUSername>
  <Password>sample string 23</Password>
  <Reqtranscode>sample string 25</Reqtranscode>
  <Username>sample string 22</Username>
  <UtilityType>ExchangeRate</UtilityType>
  <ApplicantEmail>sample string 3</ApplicantEmail>
  <ApplicantMobile>sample string 2</ApplicantMobile>
  <ApplicantName>sample string 1</ApplicantName>
  <BTAccountName1>sample string 5</BTAccountName1>
  <BTAccountName2>sample string 9</BTAccountName2>
  <BTAccountName3>sample string 13</BTAccountName3>
  <BTAccountNumber1>sample string 6</BTAccountNumber1>
  <BTAccountNumber2>sample string 10</BTAccountNumber2>
  <BTAccountNumber3>sample string 14</BTAccountNumber3>
  <BTAmount1>8.1</BTAmount1>
  <BTAmount2>12.1</BTAmount2>
  <BTAmount3>16.1</BTAmount3>
  <BTBankID1>7</BTBankID1>
  <BTBankID2>11</BTBankID2>
  <BTBankID3>15</BTBankID3>
  <BeneficiaryTransfer>true</BeneficiaryTransfer>
  <NationalityID>18</NationalityID>
  <PassportNumber>sample string 19</PassportNumber>
  <Purpose>sample string 21</Purpose>
  <SellCurrencies>
    <CurrencyAmount>
      <Amount>2.1</Amount>
      <CurrencyID>1</CurrencyID>
    </CurrencyAmount>
    <CurrencyAmount>
      <Amount>2.1</Amount>
      <CurrencyID>1</CurrencyID>
    </CurrencyAmount>
  </SellCurrencies>
  <Transcode>sample string 17</Transcode>
  <VisaExpiryDate>2026-03-23T01:27:38.1088414+01:00</VisaExpiryDate>
</SellCls>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SellCls'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.