POST api/ApiCustomer/RequestFund

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DashboardViewModel
NameDescriptionTypeAdditional information
Customer

DashboardCustomerViewModel

None.

Wallet

DashboardWalletViewModel

None.

CustomerId

string

None.

IsOperationSuccessful

boolean

None.

Message

string

None.

NumberOfRows

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Customer": {
    "Name": "sample string 1",
    "Email": "sample string 2",
    "Photo": "sample string 3"
  },
  "Wallet": {
    "Balance": 1.0,
    "WalletDisplayId": "sample string 2",
    "TransactionList": [
      {
        "TransactionId": 1,
        "TransactionDate": "2026-03-12T21:23:05.2138803-07:00",
        "TransactionType": "sample string 2",
        "TransactionSubType": "sample string 3",
        "TransactionAmount": 4.0,
        "FeeAmount": 5.0,
        "TransactionStatus": "sample string 6",
        "WalletId": "sample string 7",
        "ToWalletId": "sample string 8",
        "TransactionCurrencyCode": "sample string 9",
        "MerchantBranchId": "sample string 10",
        "ReferenceNumber": "sample string 11",
        "FromWalletDisplayId": "sample string 12",
        "ToWalletDisplayId": "sample string 13",
        "BranchName": "sample string 14",
        "MerchantName": "sample string 15",
        "IsToPersonId": 16,
        "Id": 17,
        "IsActive": true,
        "IsDeleted": true,
        "SetOn": "2026-03-12T21:23:05.2138803-07:00",
        "SetBy": 21,
        "SetFrom": "sample string 22",
        "Note": "sample string 23"
      },
      {
        "TransactionId": 1,
        "TransactionDate": "2026-03-12T21:23:05.2138803-07:00",
        "TransactionType": "sample string 2",
        "TransactionSubType": "sample string 3",
        "TransactionAmount": 4.0,
        "FeeAmount": 5.0,
        "TransactionStatus": "sample string 6",
        "WalletId": "sample string 7",
        "ToWalletId": "sample string 8",
        "TransactionCurrencyCode": "sample string 9",
        "MerchantBranchId": "sample string 10",
        "ReferenceNumber": "sample string 11",
        "FromWalletDisplayId": "sample string 12",
        "ToWalletDisplayId": "sample string 13",
        "BranchName": "sample string 14",
        "MerchantName": "sample string 15",
        "IsToPersonId": 16,
        "Id": 17,
        "IsActive": true,
        "IsDeleted": true,
        "SetOn": "2026-03-12T21:23:05.2138803-07:00",
        "SetBy": 21,
        "SetFrom": "sample string 22",
        "Note": "sample string 23"
      }
    ]
  },
  "CustomerId": "sample string 1",
  "IsOperationSuccessful": true,
  "Message": "sample string 3",
  "NumberOfRows": 4
}

application/xml, text/xml

Sample:
<DashboardViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.ViewModels">
  <Customer>
    <Email>sample string 2</Email>
    <Name>sample string 1</Name>
    <Photo>sample string 3</Photo>
  </Customer>
  <CustomerId>sample string 1</CustomerId>
  <IsOperationSuccessful>true</IsOperationSuccessful>
  <Message>sample string 3</Message>
  <NumberOfRows>4</NumberOfRows>
  <Wallet>
    <Balance>1</Balance>
    <TransactionList xmlns:d3p1="http://schemas.datacontract.org/2004/07/TradeEstate.BLL.Models">
      <d3p1:TransactionModel>
        <_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">17</_x003C_Id_x003E_k__BackingField>
        <_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
        <_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
        <_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 23</_x003C_Note_x003E_k__BackingField>
        <_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">21</_x003C_SetBy_x003E_k__BackingField>
        <_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 22</_x003C_SetFrom_x003E_k__BackingField>
        <_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-03-12T21:23:05.2138803-07:00</_x003C_SetOn_x003E_k__BackingField>
        <d3p1:BranchName>sample string 14</d3p1:BranchName>
        <d3p1:FeeAmount>5</d3p1:FeeAmount>
        <d3p1:FromWalletDisplayId>sample string 12</d3p1:FromWalletDisplayId>
        <d3p1:IsToPersonId>16</d3p1:IsToPersonId>
        <d3p1:MerchantBranchId>sample string 10</d3p1:MerchantBranchId>
        <d3p1:MerchantName>sample string 15</d3p1:MerchantName>
        <d3p1:ReferenceNumber>sample string 11</d3p1:ReferenceNumber>
        <d3p1:ToWalletDisplayId>sample string 13</d3p1:ToWalletDisplayId>
        <d3p1:ToWalletId>sample string 8</d3p1:ToWalletId>
        <d3p1:TransactionAmount>4</d3p1:TransactionAmount>
        <d3p1:TransactionCurrencyCode>sample string 9</d3p1:TransactionCurrencyCode>
        <d3p1:TransactionDate>2026-03-12T21:23:05.2138803-07:00</d3p1:TransactionDate>
        <d3p1:TransactionId>1</d3p1:TransactionId>
        <d3p1:TransactionStatus>sample string 6</d3p1:TransactionStatus>
        <d3p1:TransactionSubType>sample string 3</d3p1:TransactionSubType>
        <d3p1:TransactionType>sample string 2</d3p1:TransactionType>
        <d3p1:WalletId>sample string 7</d3p1:WalletId>
      </d3p1:TransactionModel>
      <d3p1:TransactionModel>
        <_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">17</_x003C_Id_x003E_k__BackingField>
        <_x003C_IsActive_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsActive_x003E_k__BackingField>
        <_x003C_IsDeleted_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">true</_x003C_IsDeleted_x003E_k__BackingField>
        <_x003C_Note_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 23</_x003C_Note_x003E_k__BackingField>
        <_x003C_SetBy_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">21</_x003C_SetBy_x003E_k__BackingField>
        <_x003C_SetFrom_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">sample string 22</_x003C_SetFrom_x003E_k__BackingField>
        <_x003C_SetOn_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/TradeEstate.Utils.Infrastructure">2026-03-12T21:23:05.2138803-07:00</_x003C_SetOn_x003E_k__BackingField>
        <d3p1:BranchName>sample string 14</d3p1:BranchName>
        <d3p1:FeeAmount>5</d3p1:FeeAmount>
        <d3p1:FromWalletDisplayId>sample string 12</d3p1:FromWalletDisplayId>
        <d3p1:IsToPersonId>16</d3p1:IsToPersonId>
        <d3p1:MerchantBranchId>sample string 10</d3p1:MerchantBranchId>
        <d3p1:MerchantName>sample string 15</d3p1:MerchantName>
        <d3p1:ReferenceNumber>sample string 11</d3p1:ReferenceNumber>
        <d3p1:ToWalletDisplayId>sample string 13</d3p1:ToWalletDisplayId>
        <d3p1:ToWalletId>sample string 8</d3p1:ToWalletId>
        <d3p1:TransactionAmount>4</d3p1:TransactionAmount>
        <d3p1:TransactionCurrencyCode>sample string 9</d3p1:TransactionCurrencyCode>
        <d3p1:TransactionDate>2026-03-12T21:23:05.2138803-07:00</d3p1:TransactionDate>
        <d3p1:TransactionId>1</d3p1:TransactionId>
        <d3p1:TransactionStatus>sample string 6</d3p1:TransactionStatus>
        <d3p1:TransactionSubType>sample string 3</d3p1:TransactionSubType>
        <d3p1:TransactionType>sample string 2</d3p1:TransactionType>
        <d3p1:WalletId>sample string 7</d3p1:WalletId>
      </d3p1:TransactionModel>
    </TransactionList>
    <WalletDisplayId>sample string 2</WalletDisplayId>
  </Wallet>
</DashboardViewModel>