Create Project Currency Configuration
create_project_currency_configurationSet up a currency configuration for a Procore project using company ID, project ID, and currency ISO code. Optionally enable multicurrency and override exchange rates.
Instructions
Create a project currency configuration by company ID and project ID. Use this to create a new Currency Configurations in Procore. Creates a new Currency Configurations and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, currency_iso_code. Procore API: Construction Financials > Currency Configurations. Endpoint: POST /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 | Yes | 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. |