Create Company Currency Configuration
create_company_currency_configurationCreate a new currency configuration for a Procore company by company ID. Set display options, ISO code, and multicurrency settings.
Instructions
Create a company currency configuration 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. Procore API (v2.0): Construction Financials > Currency Configurations. Endpoint: POST /rest/v2.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 |