Create Project Exchange Rates
create_project_exchange_ratesCreate currency configuration exchange rates for a Procore project. Provide company, project, base currency, and exchange rates to set up multi-currency transactions.
Instructions
Create project exchange rates by company 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, base_currency_iso_code, exchange_rates. Procore API: Construction Financials > Currency Configurations. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/currency_configuration/exchange_rates
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 | |
| base_currency_iso_code | Yes | JSON request body field — base Currency ISO Code | |
| exchange_rates | Yes | JSON request body field — project exchange rates |