POST AuditReward/SupplierPerformance

Request Information

URI Parameters

None.

Body Parameters

AuditRewardSupplierParameter
NameDescriptionTypeAdditional information
FormId

integer

None.

Locations

string

None.

SupplierGroups

string

None.

Suppliers

string

None.

Include_Deleted

boolean

None.

AuditType

integer

None.

SupplierId

integer

None.

IsAdministrator

boolean

None.

Report_date_start

date

None.

Report_date_end

date

None.

Mtd_start

date

None.

Mtd_end

date

None.

Ytd_start

date

None.

Ytd_end

date

None.

OnlySupplierList

boolean

None.

ResultOutput

integer

None.

SendEmail

boolean

None.

GroupBy

boolean

None.

Goal

decimal number

None.

SkipEmail

boolean

None.

IsAutomatedProcess

boolean

None.

IsDataFound

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "Locations": "sample string 2",
  "SupplierGroups": "sample string 3",
  "Suppliers": "sample string 4",
  "Include_Deleted": true,
  "AuditType": 6,
  "SupplierId": 7,
  "IsAdministrator": true,
  "Report_date_start": "2026-06-01T14:44:44.0693994-04:00",
  "Report_date_end": "2026-06-01T14:44:44.0693994-04:00",
  "Mtd_start": "2026-06-01T14:44:44.0693994-04:00",
  "Mtd_end": "2026-06-01T14:44:44.0693994-04:00",
  "Ytd_start": "2026-06-01T14:44:44.0693994-04:00",
  "Ytd_end": "2026-06-01T14:44:44.0693994-04:00",
  "OnlySupplierList": true,
  "ResultOutput": 16,
  "SendEmail": true,
  "GroupBy": true,
  "Goal": 19.1,
  "SkipEmail": true,
  "IsAutomatedProcess": true,
  "IsDataFound": true
}

application/xml, text/xml

Sample:
<AuditRewardSupplierParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities">
  <AuditType xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</AuditType>
  <FormId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">1</FormId>
  <Goal xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">19.1</Goal>
  <GroupBy xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</GroupBy>
  <Include_Deleted xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</Include_Deleted>
  <IsAdministrator xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsAdministrator>
  <IsAutomatedProcess xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsAutomatedProcess>
  <IsDataFound xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsDataFound>
  <Locations xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 2</Locations>
  <Mtd_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Mtd_end>
  <Mtd_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Mtd_start>
  <OnlySupplierList xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</OnlySupplierList>
  <Report_date_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Report_date_end>
  <Report_date_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Report_date_start>
  <ResultOutput xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">16</ResultOutput>
  <SendEmail xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</SendEmail>
  <SkipEmail xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</SkipEmail>
  <SupplierGroups xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 3</SupplierGroups>
  <SupplierId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">7</SupplierId>
  <Suppliers xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 4</Suppliers>
  <Ytd_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Ytd_end>
  <Ytd_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Ytd_start>
</AuditRewardSupplierParameter>

multipart/form-data

Sample:
<AuditRewardSupplierParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities"><AuditType xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</AuditType><FormId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">1</FormId><Goal xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">19.1</Goal><GroupBy xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</GroupBy><Include_Deleted xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</Include_Deleted><IsAdministrator xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsAdministrator><IsAutomatedProcess xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsAutomatedProcess><IsDataFound xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</IsDataFound><Locations xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 2</Locations><Mtd_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Mtd_end><Mtd_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Mtd_start><OnlySupplierList xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</OnlySupplierList><Report_date_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Report_date_end><Report_date_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Report_date_start><ResultOutput xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">16</ResultOutput><SendEmail xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</SendEmail><SkipEmail xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">true</SkipEmail><SupplierGroups xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 3</SupplierGroups><SupplierId xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">7</SupplierId><Suppliers xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 4</Suppliers><Ytd_end xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Ytd_end><Ytd_start xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:44:44.0693994-04:00</Ytd_start></AuditRewardSupplierParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.