POST Company/Invoice/CompletedAudits

Request Information

URI Parameters

None.

Body Parameters

InvoiceEligibleAuditFilter
NameDescriptionTypeAdditional information
CompanyId

integer

None.

StartDate

date

None.

EndDate

date

None.

TemplateId

string

None.

UserId

string

None.

PageNumber

integer

None.

PageSize

integer

None.

CustomerIds

string

None.

GroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyId": 1,
  "StartDate": "2026-06-01T14:45:38.2380656-04:00",
  "EndDate": "2026-06-01T14:45:38.2380656-04:00",
  "TemplateId": "sample string 4",
  "UserId": "sample string 5",
  "PageNumber": 6,
  "PageSize": 7,
  "CustomerIds": "sample string 8",
  "GroupId": 9
}

application/xml, text/xml

Sample:
<InvoiceEligibleAuditFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Invoices">
  <CompanyId>1</CompanyId>
  <CustomerIds>sample string 8</CustomerIds>
  <EndDate>2026-06-01T14:45:38.2380656-04:00</EndDate>
  <GroupId>9</GroupId>
  <PageNumber>6</PageNumber>
  <PageSize>7</PageSize>
  <StartDate>2026-06-01T14:45:38.2380656-04:00</StartDate>
  <TemplateId>sample string 4</TemplateId>
  <UserId>sample string 5</UserId>
</InvoiceEligibleAuditFilter>

multipart/form-data

Sample:
<InvoiceEligibleAuditFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Invoices"><CompanyId>1</CompanyId><CustomerIds>sample string 8</CustomerIds><EndDate>2026-06-01T14:45:38.2380656-04:00</EndDate><GroupId>9</GroupId><PageNumber>6</PageNumber><PageSize>7</PageSize><StartDate>2026-06-01T14:45:38.2380656-04:00</StartDate><TemplateId>sample string 4</TemplateId><UserId>sample string 5</UserId></InvoiceEligibleAuditFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.