Show Purchase Order Contract Line Item
show_purchase_order_contract_line_itemRetrieve full details of a specific purchase order contract line item by its ID, including associated change event line items.
Instructions
Return a Purchase Order Contract Line Item. Change Event Line Item information is only returned if a line item is associated to a change event line item and user can view change events. 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_items/{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. | |
| view | No | Query string parameter — specifies which view (which attributes) of the resource is going to be present in the response. 'default' view will be rendered by default if the parameter is not provided. For the 'ssov_source_lin... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |