GET api/companies/{companyId}/GetCompanyQAStatistics?StartDate={StartDate}&EndDate={EndDate}&mode={mode}
Get a company's Quality Analytics Statistics
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId |
Company ID. |
integer |
Required |
| StartDate |
Start Date. |
date |
Required |
| EndDate |
End Date |
date |
None. |
| mode |
Company is a Customer or Vendor or Sharer |
UserMode |
Default value is Customer |
Body Parameters
None.
Response Information
Resource Description
CompanyQualityAnalyticsStatisticsViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdersConformanceRate | decimal number |
None. |
|
| OrdersConformaceCount | decimal number |
None. |
|
| PartsConformanceRate | decimal number |
None. |
|
| PartsConformanceCount | decimal number |
None. |
|
| OnTimeConformanceRate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"ordersConformanceRate": 1.1,
"ordersConformaceCount": 1.1,
"partsConformanceRate": 1.1,
"partsConformanceCount": 1.1,
"onTimeConformanceRate": 1.1
}