Update Project Currency Configuration
update_project_currency_configurationUpdate a project's currency configuration by specifying company and project IDs. Modify currency ISO code, exchange rate, display options, and multicurrency settings.
Instructions
Update a project currency configuration by company ID and project ID. Use this to update an existing Currency Configurations (only the supplied fields are changed). Updates the specified Currency Configurations and returns the modified object on success. Required parameters: company_id, project_id. Procore API: Construction Financials > Currency Configurations. Endpoint: PATCH /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| project_id | Yes | URL path parameter — unique identifier for the Procore project | |
| currency_iso_code | No | JSON request body field — the currency iso code for this Currency Configurations operation | |
| company_currency_exchange_rate_override | No | JSON request body field — override for the Company Currency Exchange Rate | |
| currency_display | No | JSON request body field — currency Display Options | |
| multicurrency_enabled | No | JSON request body field — whether to apply currencies to the project's financial objects. |