GET api/Dashboard/GetBidSummary

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BidSummary
NameDescriptionTypeAdditional information
TotalBids

integer

None.

ApprovedBids

integer

None.

ApprovedBidsPercentage

decimal number

None.

LostDeals

integer

None.

LostDealsPercentage

decimal number

None.

PendingApprovalBids

integer

None.

OpenRequestsCount

integer

None.

OpenRequestPercentage

decimal number

None.

ClosedRequests

integer

None.

ClosedRequestPercentage

decimal number

None.

TotalRequests

integer

None.

BidsOnRequests

integer

None.

BidsOnRequestsPercentage

decimal number

None.

LostOpportuntiesBids

integer

None.

LostOpportuntiesBidsPercentage

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "totalBids": 3,
  "approvedBids": 1,
  "approvedBidsPercentage": 14.0,
  "lostDeals": 2,
  "lostDealsPercentage": 29.0,
  "pendingApprovalBids": 3,
  "openRequestsCount": 4,
  "openRequestPercentage": 67.0,
  "closedRequests": 5,
  "closedRequestPercentage": 83.0,
  "totalRequests": 6,
  "bidsOnRequests": 7,
  "bidsOnRequestsPercentage": 175.0,
  "lostOpportuntiesBids": 8,
  "lostOpportuntiesBidsPercentage": 200.0
}