Get all quote folders in an estimate with details.
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "data": [
- {
- "id": "string",
- "quoteMasterId": "string",
- "folder": "string",
- "description": "string",
- "type": "string",
- "breakout": "string",
- "selectedVendor": "string",
- "totalAdditiveFactored": 0,
- "totalAdditiveNonFactored": 0,
- "totalNonAdditiveFactored": 0,
- "totalNonAdditiveNonFactored": 0,
- "estimatorInitials": "string",
- "notes": "string",
- "updatedSelectedVendorTotal": 0,
- "quoteItems": [
- {
- "id": "string",
- "quoteFolderId": "string",
- "biditem": "string",
- "activity": "string",
- "resource": "string",
- "unit": "string",
- "quantityAdditiveFactored": 0,
- "quantityAdditiveNonFactored": 0,
- "quantityNonAdditiveFactored": 0,
- "quantityNonAdditiveNonFactored": 0,
- "currency": "string",
- "selfAmount": 0,
- "selectedVendor": "string",
- "alternateDescription": "string",
- "addendumNumber": "string",
- "alternateQuantity": 0,
- "unitCostInEstimate": 0,
- "clientNo": "string",
- "quotes": [
- {
- "id": "string",
- "quoteItemId": "string",
- "quoteVendorId": "string",
- "quoteVendorCode": "string",
- "previousPrice": 0,
- "previousUnit": "string",
- "quantityAdditiveFactored": 0,
- "quantityAdditiveNonFactored": 0,
- "quantityNonAdditiveFactored": 0,
- "quantityNonAdditiveNonFactored": 0,
- "totalAdditiveFactored": 0,
- "totalAdditiveNonFactored": 0,
- "totalNonAdditiveFactored": 0,
- "totalNonAdditiveNonFactored": 0,
- "quoteUnit": "string",
- "quotePrice": 0,
- "quoteCurrency": "string",
- "plugIndicator": "string"
}
]
}
]
}
], - "currentTopValue": 100,
- "currentSkipValue": 0,
- "nextSkipValue": 100
}
Get detailed quote folder by id
For help with authorization, see https://developer.hcssapps.com/getting-started/request-tokens
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "data": {
- "id": "string",
- "quoteMasterId": "string",
- "folder": "string",
- "description": "string",
- "type": "string",
- "breakout": "string",
- "selectedVendor": "string",
- "totalAdditiveFactored": 0,
- "totalAdditiveNonFactored": 0,
- "totalNonAdditiveFactored": 0,
- "totalNonAdditiveNonFactored": 0,
- "estimatorInitials": "string",
- "notes": "string",
- "updatedSelectedVendorTotal": 0,
- "quoteItems": [
- {
- "id": "string",
- "quoteFolderId": "string",
- "biditem": "string",
- "activity": "string",
- "resource": "string",
- "unit": "string",
- "quantityAdditiveFactored": 0,
- "quantityAdditiveNonFactored": 0,
- "quantityNonAdditiveFactored": 0,
- "quantityNonAdditiveNonFactored": 0,
- "currency": "string",
- "selfAmount": 0,
- "selectedVendor": "string",
- "alternateDescription": "string",
- "addendumNumber": "string",
- "alternateQuantity": 0,
- "unitCostInEstimate": 0,
- "clientNo": "string",
- "quotes": [
- {
- "id": "string",
- "quoteItemId": "string",
- "quoteVendorId": "string",
- "quoteVendorCode": "string",
- "previousPrice": 0,
- "previousUnit": "string",
- "quantityAdditiveFactored": 0,
- "quantityAdditiveNonFactored": 0,
- "quantityNonAdditiveFactored": 0,
- "quantityNonAdditiveNonFactored": 0,
- "totalAdditiveFactored": 0,
- "totalAdditiveNonFactored": 0,
- "totalNonAdditiveFactored": 0,
- "totalNonAdditiveNonFactored": 0,
- "quoteUnit": "string",
- "quotePrice": 0,
- "quoteCurrency": "string",
- "plugIndicator": "string"
}
]
}
]
}
}