Create Company Exchange Rates
create_company_exchange_ratesCreate new currency configurations for a Procore company by providing base currency ISO code and exchange rates.
Instructions
Create a company 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, base_currency_iso_code, exchange_rates. Procore API: Construction Financials > Currency Configurations. Endpoint: POST /rest/v1.0/companies/{company_id}/currency_configuration/exchange_rates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| base_currency_iso_code | Yes | JSON request body field — base Currency ISO Code | |
| exchange_rates | Yes | JSON request body field — company exchange rates |