Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Headers
The ID of the EndUser to receive this request (e.g., "Conductor-End-User-Id: {{END_USER_ID}}"
).
"end_usr_1234567abcdefg"
Body
The case-insensitive unique name of this currency, unique across all currencies. For built-in currencies, the name is the internationally accepted currency name and is not editable.
NOTE: Currencies do not have a fullName
field because they are not hierarchical objects, which is why name
is unique for them but not for objects that have parents.
Maximum length: 64 characters.
64
"United States Dollar"
The internationally accepted currency code used by this currency, typically based on the ISO 4217 standard (for example, USD for US Dollars). Built-in QuickBooks currencies follow ISO 4217. For user-defined currencies, following ISO 4217 is recommended but not required. In many cases, the three-letter code is formed from the country's two-letter internet code plus a currency letter (e.g., BZ + D → BZD for Belize Dollar).
Maximum length: 3 characters.
3
"USD"
Indicates whether this currency is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to true
.
true
Controls how this currency displays thousands separators, grouping, and decimal places.
Response
Returns the newly created currency.
The unique identifier assigned by QuickBooks to this currency. This ID is unique across all currencies but not across different QuickBooks object types.
"80000001-1234567890"
The type of object. This value is always "qbd_currency"
.
"qbd_currency"
"qbd_currency"
The date and time when this currency was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-01-01T12:34:56+00:00"
The date and time when this currency was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
"2025-02-01T12:34:56+00:00"
The current QuickBooks-assigned revision number of this currency object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber
to ensure you're working with the latest data; otherwise, the update will return an error.
"1721172183"
The case-insensitive unique name of this currency, unique across all currencies. For built-in currencies, the name is the internationally accepted currency name and is not editable.
NOTE: Currencies do not have a fullName
field because they are not hierarchical objects, which is why name
is unique for them but not for objects that have parents.
"United States Dollar"
Indicates whether this currency is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to true
.
true
The internationally accepted currency code used by this currency, typically based on the ISO 4217 standard (for example, USD for US Dollars). Built-in QuickBooks currencies follow ISO 4217. For user-defined currencies, following ISO 4217 is recommended but not required. In many cases, the three-letter code is formed from the country's two-letter internet code plus a currency letter (e.g., BZ + D → BZD for Belize Dollar).
"USD"
Controls how this currency displays thousands separators, grouping, and decimal places.
Indicates whether this currency was created by a QuickBooks user (true
) or is a built-in currency (false
).
false
The market exchange rate between this currency's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).
1.2345
The date when the exchange rate for this currency was last updated, in ISO 8601 format (YYYY-MM-DD).
"2024-08-01"