POST api/irSellerinvoice/get-due-seller-Invoices

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-10T06:04:25.7084546+00:00",
  "ToDate": "2025-12-10T06:04:25.7084546+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-10T06:04:25.7084546+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-10T06:04:25.7084546+00:00</EntryDate>
  <EntryDateString>sample string 26</EntryDateString>
  <FromDate>2025-12-10T06:04:25.7084546+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-10T06:04:25.7084546+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

PaginationResultDTOOfSellerInvoiceTabsDTO
NameDescriptionTypeAdditional information
ResultModelDTO

Collection of SellerInvoiceTabsDTO

None.

NOOFRECORDS

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultModelDTO": [
    {
      "SalesOrderId": 1,
      "BuyerRequestOrderId": 1,
      "SETransactionNO": 1,
      "StockEntryId": 1,
      "BuyerRequestId": 1,
      "BRTransactionNO": 1,
      "BranchName": "sample string 1",
      "StatusId": 1,
      "UserTypeId": 1,
      "UserId": 1,
      "BoseID": 1,
      "RoleId": 1,
      "Id": 1,
      "SellerId": 1,
      "BuyerId": 1,
      "TRNO": 1,
      "TransactionNO": 1,
      "EntryDate": "2025-12-10T06:04:25.7248238+00:00",
      "EntryDateString": "sample string 3",
      "ContactBranch": "sample string 4",
      "SellerName": "sample string 5",
      "BuyerName": "sample string 6",
      "SellerInvoiceStatus": "sample string 7",
      "StatusName": "sample string 8",
      "Reason": "sample string 9",
      "ReasonName": "sample string 10",
      "ProcessedBy": "sample string 11",
      "BuyerInvoiceStatus": "sample string 12",
      "PaymentStatus": "sample string 13",
      "DeliveryStatus": "sample string 14",
      "ServiceChargeType": "sample string 15",
      "Product": "sample string 16",
      "SubProduct": "sample string 17",
      "ProductTypeId": 1,
      "InvoicePaymentId": 1,
      "PaymentDate": "2025-12-10T06:04:25.7248238+00:00",
      "CancelledDate": "2025-12-10T06:04:25.7248238+00:00",
      "CancelledDateString": "sample string 19",
      "PaymentDateString": "sample string 20",
      "CancelledBy": "sample string 21",
      "Amount": 1.0,
      "Discount": 1.0,
      "Quantity": 1.0,
      "TotalInvoiceAmount": 1.0,
      "TotalAmount": 1.0,
      "PaidAmount": 1.0,
      "AdvancePaid": 1.0,
      "DueAmount": 1.0,
      "DiscountAmount": 1.0,
      "NetAmount": 1.0,
      "DeductCharges": 1.0,
      "BuyerPaidAmount": 1.0,
      "DeliveryStatusId": 22
    },
    {
      "SalesOrderId": 1,
      "BuyerRequestOrderId": 1,
      "SETransactionNO": 1,
      "StockEntryId": 1,
      "BuyerRequestId": 1,
      "BRTransactionNO": 1,
      "BranchName": "sample string 1",
      "StatusId": 1,
      "UserTypeId": 1,
      "UserId": 1,
      "BoseID": 1,
      "RoleId": 1,
      "Id": 1,
      "SellerId": 1,
      "BuyerId": 1,
      "TRNO": 1,
      "TransactionNO": 1,
      "EntryDate": "2025-12-10T06:04:25.7248238+00:00",
      "EntryDateString": "sample string 3",
      "ContactBranch": "sample string 4",
      "SellerName": "sample string 5",
      "BuyerName": "sample string 6",
      "SellerInvoiceStatus": "sample string 7",
      "StatusName": "sample string 8",
      "Reason": "sample string 9",
      "ReasonName": "sample string 10",
      "ProcessedBy": "sample string 11",
      "BuyerInvoiceStatus": "sample string 12",
      "PaymentStatus": "sample string 13",
      "DeliveryStatus": "sample string 14",
      "ServiceChargeType": "sample string 15",
      "Product": "sample string 16",
      "SubProduct": "sample string 17",
      "ProductTypeId": 1,
      "InvoicePaymentId": 1,
      "PaymentDate": "2025-12-10T06:04:25.7248238+00:00",
      "CancelledDate": "2025-12-10T06:04:25.7248238+00:00",
      "CancelledDateString": "sample string 19",
      "PaymentDateString": "sample string 20",
      "CancelledBy": "sample string 21",
      "Amount": 1.0,
      "Discount": 1.0,
      "Quantity": 1.0,
      "TotalInvoiceAmount": 1.0,
      "TotalAmount": 1.0,
      "PaidAmount": 1.0,
      "AdvancePaid": 1.0,
      "DueAmount": 1.0,
      "DiscountAmount": 1.0,
      "NetAmount": 1.0,
      "DeductCharges": 1.0,
      "BuyerPaidAmount": 1.0,
      "DeliveryStatusId": 22
    }
  ],
  "NOOFRECORDS": 1
}

application/xml, text/xml

Sample:
<PaginationResultDTOOfSellerInvoiceTabsDTOXRq4LVXs 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>
    <SellerInvoiceTabsDTO>
      <AdvancePaid>1</AdvancePaid>
      <Amount>1</Amount>
      <BRTransactionNO>1</BRTransactionNO>
      <BoseID>1</BoseID>
      <BranchName>sample string 1</BranchName>
      <BuyerId>1</BuyerId>
      <BuyerInvoiceStatus>sample string 12</BuyerInvoiceStatus>
      <BuyerName>sample string 6</BuyerName>
      <BuyerPaidAmount>1</BuyerPaidAmount>
      <BuyerRequestId>1</BuyerRequestId>
      <BuyerRequestOrderId>1</BuyerRequestOrderId>
      <CancelledBy>sample string 21</CancelledBy>
      <CancelledDate>2025-12-10T06:04:25.7248238+00:00</CancelledDate>
      <CancelledDateString>sample string 19</CancelledDateString>
      <ContactBranch>sample string 4</ContactBranch>
      <DeductCharges>1</DeductCharges>
      <DeliveryStatus>sample string 14</DeliveryStatus>
      <DeliveryStatusId>22</DeliveryStatusId>
      <Discount>1</Discount>
      <DiscountAmount>1</DiscountAmount>
      <DueAmount>1</DueAmount>
      <EntryDate>2025-12-10T06:04:25.7248238+00:00</EntryDate>
      <EntryDateString>sample string 3</EntryDateString>
      <Id>1</Id>
      <InvoicePaymentId>1</InvoicePaymentId>
      <NetAmount>1</NetAmount>
      <PaidAmount>1</PaidAmount>
      <PaymentDate>2025-12-10T06:04:25.7248238+00:00</PaymentDate>
      <PaymentDateString>sample string 20</PaymentDateString>
      <PaymentStatus>sample string 13</PaymentStatus>
      <ProcessedBy>sample string 11</ProcessedBy>
      <Product>sample string 16</Product>
      <ProductTypeId>1</ProductTypeId>
      <Quantity>1</Quantity>
      <Reason>sample string 9</Reason>
      <ReasonName>sample string 10</ReasonName>
      <RoleId>1</RoleId>
      <SETransactionNO>1</SETransactionNO>
      <SalesOrderId>1</SalesOrderId>
      <SellerId>1</SellerId>
      <SellerInvoiceStatus>sample string 7</SellerInvoiceStatus>
      <SellerName>sample string 5</SellerName>
      <ServiceChargeType>sample string 15</ServiceChargeType>
      <StatusId>1</StatusId>
      <StatusName>sample string 8</StatusName>
      <StockEntryId>1</StockEntryId>
      <SubProduct>sample string 17</SubProduct>
      <TRNO>1</TRNO>
      <TotalAmount>1</TotalAmount>
      <TotalInvoiceAmount>1</TotalInvoiceAmount>
      <TransactionNO>1</TransactionNO>
      <UserId>1</UserId>
      <UserTypeId>1</UserTypeId>
    </SellerInvoiceTabsDTO>
    <SellerInvoiceTabsDTO>
      <AdvancePaid>1</AdvancePaid>
      <Amount>1</Amount>
      <BRTransactionNO>1</BRTransactionNO>
      <BoseID>1</BoseID>
      <BranchName>sample string 1</BranchName>
      <BuyerId>1</BuyerId>
      <BuyerInvoiceStatus>sample string 12</BuyerInvoiceStatus>
      <BuyerName>sample string 6</BuyerName>
      <BuyerPaidAmount>1</BuyerPaidAmount>
      <BuyerRequestId>1</BuyerRequestId>
      <BuyerRequestOrderId>1</BuyerRequestOrderId>
      <CancelledBy>sample string 21</CancelledBy>
      <CancelledDate>2025-12-10T06:04:25.7248238+00:00</CancelledDate>
      <CancelledDateString>sample string 19</CancelledDateString>
      <ContactBranch>sample string 4</ContactBranch>
      <DeductCharges>1</DeductCharges>
      <DeliveryStatus>sample string 14</DeliveryStatus>
      <DeliveryStatusId>22</DeliveryStatusId>
      <Discount>1</Discount>
      <DiscountAmount>1</DiscountAmount>
      <DueAmount>1</DueAmount>
      <EntryDate>2025-12-10T06:04:25.7248238+00:00</EntryDate>
      <EntryDateString>sample string 3</EntryDateString>
      <Id>1</Id>
      <InvoicePaymentId>1</InvoicePaymentId>
      <NetAmount>1</NetAmount>
      <PaidAmount>1</PaidAmount>
      <PaymentDate>2025-12-10T06:04:25.7248238+00:00</PaymentDate>
      <PaymentDateString>sample string 20</PaymentDateString>
      <PaymentStatus>sample string 13</PaymentStatus>
      <ProcessedBy>sample string 11</ProcessedBy>
      <Product>sample string 16</Product>
      <ProductTypeId>1</ProductTypeId>
      <Quantity>1</Quantity>
      <Reason>sample string 9</Reason>
      <ReasonName>sample string 10</ReasonName>
      <RoleId>1</RoleId>
      <SETransactionNO>1</SETransactionNO>
      <SalesOrderId>1</SalesOrderId>
      <SellerId>1</SellerId>
      <SellerInvoiceStatus>sample string 7</SellerInvoiceStatus>
      <SellerName>sample string 5</SellerName>
      <ServiceChargeType>sample string 15</ServiceChargeType>
      <StatusId>1</StatusId>
      <StatusName>sample string 8</StatusName>
      <StockEntryId>1</StockEntryId>
      <SubProduct>sample string 17</SubProduct>
      <TRNO>1</TRNO>
      <TotalAmount>1</TotalAmount>
      <TotalInvoiceAmount>1</TotalInvoiceAmount>
      <TransactionNO>1</TransactionNO>
      <UserId>1</UserId>
      <UserTypeId>1</UserTypeId>
    </SellerInvoiceTabsDTO>
  </ResultModelDTO>
</PaginationResultDTOOfSellerInvoiceTabsDTOXRq4LVXs>