Money
Configures a dropdown and an input that allows a currency amount to be entered
The Currency Value Set and Value Source must be selected for the Money Characteristic to work.
This field also presents a currency conversion from the selected currency to the company's default currency. The expected format of the value entered is a standard number with decimal. The full decimal entered is saved but not displayed.
Value Precision | is AllowMultiple respected? | Has validation? |
---|---|---|
.00 | No | Yes |
Example Money Field Value
When setting or updating a money field via the API, you should only pass the locAmt
, and eitherlocSym
or locCur
fields. If any of the additional fields are present in the request you will be presented with an error.
Example Creating Deal with Money Field ("allocated") with locSym
POST /v4/deal
Example Creating Deal with Money Field ("allocated") with locCur
POST /v4/deal
If you are using our new Three Level Currency Conversion Feature, API requirements can be found here.
Money Data Type Definition
Last updated