Show Purchase Order Contract Detail Line Item
show_purchase_order_contract_detail_line_itemReturn the full details of a specific detail line item in a purchase order contract using its unique identifier.
Instructions
Return a Detail Line Item in a specific Purchase Order Contract. Use this to fetch the full details of a specific Commitments by its identifier. Returns a JSON object describing the requested Commitments. Required parameters: purchase_order_contract_id, id, project_id. Procore API: Construction Financials > Commitments. Endpoint: GET /rest/v1.0/purchase_order_contracts/{purchase_order_contract_id}/line_item_contract_details/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purchase_order_contract_id | Yes | URL path parameter — purchase Order Contract ID | |
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |