POST api/SetupARServiceInvoices/GetPendingInvoicesCountBySmId

Request Information

URI Parameters

None.

Body Parameters

ARServiceInvoicesSearchCriteria
NameDescriptionTypeAdditional information
IsServiceInvoice

boolean

None.

ServiceMasterId

string

None.

ARCustomerMasterId

string

None.

Batch

string

None.

IsAllInvoices

boolean

None.

FromDate

date

None.

ToDate

date

None.

InvoiceType

string

None.

Keyword

string

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IsServiceInvoice": true,
  "ServiceMasterId": "sample string 2",
  "ARCustomerMasterId": "sample string 3",
  "Batch": "sample string 4",
  "IsAllInvoices": true,
  "FromDate": "2025-12-16T14:46:49.9256256+00:00",
  "ToDate": "2025-12-16T14:46:49.9256256+00:00",
  "InvoiceType": "sample string 6",
  "Keyword": "sample string 7",
  "AccountId": 8,
  "CompanyId": "sample string 9",
  "CreatedBy": "sample string 10",
  "CreatedOn": "2025-12-16T14:46:49.9256256+00:00"
}

application/xml, text/xml

Sample:
<ARServiceInvoicesSearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.AR">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">8</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T14:46:49.9256256+00:00</CreatedOn>
  <ARCustomerMasterId>sample string 3</ARCustomerMasterId>
  <Batch>sample string 4</Batch>
  <FromDate>2025-12-16T14:46:49.9256256+00:00</FromDate>
  <InvoiceType>sample string 6</InvoiceType>
  <IsAllInvoices>true</IsAllInvoices>
  <IsServiceInvoice>true</IsServiceInvoice>
  <Keyword>sample string 7</Keyword>
  <ServiceMasterId>sample string 2</ServiceMasterId>
  <ToDate>2025-12-16T14:46:49.9256256+00:00</ToDate>
</ARServiceInvoicesSearchCriteria>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>