Dates

When working with dates in the API, the format depends on whether you are using generic or explicit functions. The following are guidelines, but you should always check the API documentation for the particular date field to confirm you are using the correct format.

Dates in Sage Intacct do not have associated timezones. See the FAQ for more information.

Decimals

Decimal values should not include commas. Convert decimal values with commas to the correct format. For example, 1,000.00 must be converted to 1000.00.

Provide feedback