Update Company Currency Configuration
update_company_currency_configurationModify your company's currency settings including display format, ISO code, and multicurrency toggle via the Procore API.
Instructions
Update a company currency configuration by company 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. Procore API: Construction Financials > Currency Configurations. Endpoint: PATCH /rest/v1.0/companies/{company_id}/currency_configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the Procore company | |
| currency_display | No | JSON request body field — currency Display Options | |
| currency_iso_code | No | JSON request body field — the currency iso code for this Currency Configurations operation | |
| multicurrency_enabled | No | JSON request body field — whether multicurrency is enabled for the company |