Jeff Greene
06/25/2025, 10:23 PMCeligo AI
06/25/2025, 10:23 PMAI generated answer (using internal Slack threads):To fetch the base currency of a non-OneWorld NetSuite account using the REST or SOAP API, you would need to make a GET request to the 'currency' endpoint. However, the specific endpoint or method to fetch the base currency is not directly mentioned in the conversations provided. In general, you would use a method similar to the following:
code
GET /record/v1/currency
This would return a list of all currencies available in the account. The base currency would typically be the first one in the list, but this may not always be the case.
Please note that you would need to authenticate your API request using your NetSuite account credentials.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
06/25/2025, 10:23 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848747
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838502705
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830853283
Celigo AI
06/25/2025, 10:23 PM