Get Receipt Properties
get_receipt_propertiesRetrieve receipt document property definitions in Procore. Use the Keys view for just property keys, or the default view for full metadata.
Instructions
Returns custom/dynamic properties defined for receipt documents. Use view=Keys to get only property keys; the default view returns the full property metadata. Use this when you already know which receipt property you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the receipt property. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id. Procore API (v2.0): Resource Management > Materials Management. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/receipts/properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Query string parameter — response detail level. Use 'normal' for standard fields or 'extended' for all fields | |
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier |