Data Types
Several different data types are supported by the web service. The use of money/decimal are interchangeable in this API.
:::tip Best Practice
It is best practice to code all non-string elements as being Nullable.
:::
Notes on big int (Int64) data type – if you choose to use a field that is a big int as one of your filters, you must append an ‘L’ to the end of the value to force Odata to treat the value as bigint (Int64) otherwise it will assume it is Int32. For example: 735775383867171434L
*Note: The most recent version of 3PA (in AWS) does not require the use of the ‘L’ to denote big ints.