POST api/bankMappingRpt/get-bank-mapping-rpt

Request Information

URI Parameters

None.

Body Parameters

SearchFieldDTO
NameDescriptionTypeAdditional information
BranchId

integer

None.

BranchIds

Collection of integer

None.

DivisionId

integer

None.

UserId

integer

None.

BuyerId

integer

None.

SellerId

integer

None.

StatusId

integer

None.

FromDate

date

None.

ToDate

date

None.

PageNum

integer

None.

PageSize

integer

None.

SortDir

string

None.

SearchValue

string

None.

SortColumn

integer

None.

StockentryId

integer

None.

ModeId

integer

None.

BankAccountId

integer

None.

Orderby

string

None.

PhoneNo

string

None.

SubProductId

integer

None.

ProductId

integer

None.

ProductTypeId

integer

None.

IndustryId

integer

None.

Product

string

None.

DiscountAmount

decimal number

None.

NetAmount

decimal number

None.

PaidAmount

decimal number

None.

TotalPrice

decimal number

None.

Quantity

integer

None.

UnitPrice

decimal number

None.

TotalInvoiceAmount

decimal number

None.

MailId

string

None.

ScreenId

integer

None.

SETransactionNO

integer

None.

BRTransactionNO

integer

None.

EntryDate

date

None.

EntryDateString

string

None.

IsTemplate

boolean

None.

InvoiceTypeId

string

None.

UserIds

string

None.

UserTypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchId": 1,
  "BranchIds": [
    1,
    2
  ],
  "DivisionId": 1,
  "UserId": 1,
  "BuyerId": 1,
  "SellerId": 1,
  "StatusId": 1,
  "FromDate": "2025-12-10T04:50:27.8025276+00:00",
  "ToDate": "2025-12-10T04:50:27.8025276+00:00",
  "PageNum": 1,
  "PageSize": 1,
  "SortDir": "sample string 1",
  "SearchValue": "sample string 2",
  "SortColumn": 3,
  "StockentryId": 4,
  "ModeId": 5,
  "BankAccountId": 6,
  "Orderby": "sample string 7",
  "PhoneNo": "sample string 8",
  "SubProductId": 9,
  "ProductId": 10,
  "ProductTypeId": 11,
  "IndustryId": 12,
  "Product": "sample string 13",
  "DiscountAmount": 14.0,
  "NetAmount": 15.0,
  "PaidAmount": 16.0,
  "TotalPrice": 17.0,
  "Quantity": 18,
  "UnitPrice": 19.0,
  "TotalInvoiceAmount": 20.0,
  "MailId": "sample string 21",
  "ScreenId": 22,
  "SETransactionNO": 23,
  "BRTransactionNO": 24,
  "EntryDate": "2025-12-10T04:50:27.8025276+00:00",
  "EntryDateString": "sample string 26",
  "IsTemplate": true,
  "InvoiceTypeId": "sample string 28",
  "UserIds": "sample string 29",
  "UserTypeId": 30
}

application/xml, text/xml

Sample:
<SearchFieldDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO">
  <BRTransactionNO>24</BRTransactionNO>
  <BankAccountId>6</BankAccountId>
  <BranchId>1</BranchId>
  <BranchIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BranchIds>
  <BuyerId>1</BuyerId>
  <DiscountAmount>14</DiscountAmount>
  <DivisionId>1</DivisionId>
  <EntryDate>2025-12-10T04:50:27.8025276+00:00</EntryDate>
  <EntryDateString>sample string 26</EntryDateString>
  <FromDate>2025-12-10T04:50:27.8025276+00:00</FromDate>
  <IndustryId>12</IndustryId>
  <InvoiceTypeId>sample string 28</InvoiceTypeId>
  <IsTemplate>true</IsTemplate>
  <MailId>sample string 21</MailId>
  <ModeId>5</ModeId>
  <NetAmount>15</NetAmount>
  <Orderby>sample string 7</Orderby>
  <PageNum>1</PageNum>
  <PageSize>1</PageSize>
  <PaidAmount>16</PaidAmount>
  <PhoneNo>sample string 8</PhoneNo>
  <Product>sample string 13</Product>
  <ProductId>10</ProductId>
  <ProductTypeId>11</ProductTypeId>
  <Quantity>18</Quantity>
  <SETransactionNO>23</SETransactionNO>
  <ScreenId>22</ScreenId>
  <SearchValue>sample string 2</SearchValue>
  <SellerId>1</SellerId>
  <SortColumn>3</SortColumn>
  <SortDir>sample string 1</SortDir>
  <StatusId>1</StatusId>
  <StockentryId>4</StockentryId>
  <SubProductId>9</SubProductId>
  <ToDate>2025-12-10T04:50:27.8025276+00:00</ToDate>
  <TotalInvoiceAmount>20</TotalInvoiceAmount>
  <TotalPrice>17</TotalPrice>
  <UnitPrice>19</UnitPrice>
  <UserId>1</UserId>
  <UserIds>sample string 29</UserIds>
  <UserTypeId>30</UserTypeId>
</SearchFieldDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PaginationResultDTOOfBankMappingListDTO
NameDescriptionTypeAdditional information
ResultModelDTO

Collection of BankMappingListDTO

None.

NOOFRECORDS

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultModelDTO": [
    {
      "Id": 1,
      "ReceiptNO": "sample string 2",
      "IncomeHead": "sample string 3",
      "UserName": "sample string 4",
      "DepositDateString": "sample string 5",
      "BankName": "sample string 6",
      "BankBranchName": "sample string 7",
      "BankAccountNO": "sample string 8",
      "DepositAmount": 1.0,
      "MappedBank": "sample string 9",
      "MappedBankBranch": "sample string 10",
      "MappedBankAccountNO": "sample string 11",
      "Mode": "sample string 12"
    },
    {
      "Id": 1,
      "ReceiptNO": "sample string 2",
      "IncomeHead": "sample string 3",
      "UserName": "sample string 4",
      "DepositDateString": "sample string 5",
      "BankName": "sample string 6",
      "BankBranchName": "sample string 7",
      "BankAccountNO": "sample string 8",
      "DepositAmount": 1.0,
      "MappedBank": "sample string 9",
      "MappedBankBranch": "sample string 10",
      "MappedBankAccountNO": "sample string 11",
      "Mode": "sample string 12"
    }
  ],
  "NOOFRECORDS": 1
}

application/xml, text/xml

Sample:
<PaginationResultDTOOfBankMappingListDTOaK1_PnBzH xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.Invoices">
  <NOOFRECORDS>1</NOOFRECORDS>
  <ResultModelDTO xmlns:d2p1="http://schemas.datacontract.org/2004/07/SUM.Prod.RS.Common.Components.DTO.BankReports">
    <d2p1:BankMappingListDTO>
      <d2p1:BankAccountNO>sample string 8</d2p1:BankAccountNO>
      <d2p1:BankBranchName>sample string 7</d2p1:BankBranchName>
      <d2p1:BankName>sample string 6</d2p1:BankName>
      <d2p1:DepositAmount>1</d2p1:DepositAmount>
      <d2p1:DepositDateString>sample string 5</d2p1:DepositDateString>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IncomeHead>sample string 3</d2p1:IncomeHead>
      <d2p1:MappedBank>sample string 9</d2p1:MappedBank>
      <d2p1:MappedBankAccountNO>sample string 11</d2p1:MappedBankAccountNO>
      <d2p1:MappedBankBranch>sample string 10</d2p1:MappedBankBranch>
      <d2p1:Mode>sample string 12</d2p1:Mode>
      <d2p1:ReceiptNO>sample string 2</d2p1:ReceiptNO>
      <d2p1:UserName>sample string 4</d2p1:UserName>
    </d2p1:BankMappingListDTO>
    <d2p1:BankMappingListDTO>
      <d2p1:BankAccountNO>sample string 8</d2p1:BankAccountNO>
      <d2p1:BankBranchName>sample string 7</d2p1:BankBranchName>
      <d2p1:BankName>sample string 6</d2p1:BankName>
      <d2p1:DepositAmount>1</d2p1:DepositAmount>
      <d2p1:DepositDateString>sample string 5</d2p1:DepositDateString>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IncomeHead>sample string 3</d2p1:IncomeHead>
      <d2p1:MappedBank>sample string 9</d2p1:MappedBank>
      <d2p1:MappedBankAccountNO>sample string 11</d2p1:MappedBankAccountNO>
      <d2p1:MappedBankBranch>sample string 10</d2p1:MappedBankBranch>
      <d2p1:Mode>sample string 12</d2p1:Mode>
      <d2p1:ReceiptNO>sample string 2</d2p1:ReceiptNO>
      <d2p1:UserName>sample string 4</d2p1:UserName>
    </d2p1:BankMappingListDTO>
  </ResultModelDTO>
</PaginationResultDTOOfBankMappingListDTOaK1_PnBzH>