ProposalCountsDto
totalnumberrequired
Total count of all proposals (including hidden ones)
status object
Breakdown of proposal counts by status
allnumberrequired
Total count of all non-hidden proposals
wonnumberrequired
Count of proposals that have been won/accepted
opennumberrequired
Count of proposals that are currently open
expirednumberrequired
Count of proposals that have expired
lostnumberrequired
Count of proposals that have been lost/rejected
reviewnumberrequired
Count of proposals currently under review
conceptnumberrequired
Count of proposals in concept/draft status
hiddennumberrequired
Count of proposals that have been hidden
contractType object
Breakdown of proposal counts by contract type
allnumberrequired
Total count of all non-hidden proposals
proposalnumberrequired
Count of standard proposal-type documents
pricelistnumberrequired
Count of pricelist-type documents
contractnumberrequired
Count of contract-type documents
ProposalCountsDto
{
"total": 0,
"status": {
"all": 0,
"won": 0,
"open": 0,
"expired": 0,
"lost": 0,
"review": 0,
"concept": 0,
"hidden": 0
},
"contractType": {
"all": 0,
"proposal": 0,
"pricelist": 0,
"contract": 0
}
}