GET api/companies/{companyId}/GetCompletionStatistics?StartDate={StartDate}&EndDate={EndDate}&mode={mode}
Get a company's Completion 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
CompanyCompletionStatistics| Name | Description | Type | Additional information |
|---|---|---|---|
| CompletedRFQsCount | integer |
None. |
|
| CompletedNCRsCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"completedRFQsCount": 1,
"completedNCRsCount": 2
}