Costing Management
Get Costing By Id
Get single costing by ID for detail view.
Returns full data matching the frontend Costing interface. Used by the costing detail page.
- costing_id: The document ID of the cost sheet
GET
Get Costing By Id
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
The costing document ID (e.g., CS-2024-001)
Query Parameters
Optional version number. Omit to load the latest/current version.
Required range:
x >= 1Response
Successful Response
Full costing response matching frontend TypeScript interface.
Used by:
- GET /costings (list view)
- GET /costings/{id} (detail view)
Summary totals for the cost sheet
Combined overhead structure
Previous
Delete Cost SheetDelete a cost sheet and all its versions.
This permanently removes the cost sheet and all associated data including:
- All versions
- All processing cost items
- All related records
**Path Parameters:**
- **costing_id**: The document ID of the cost sheet to delete
**Headers:**
- **X-User-Id**: The ID of the user performing the deletion
Next
Get Costing By Id