RE: How can I search REST API Accountingperiod entries?

How can I search REST API Accountingperiod entries?

I have an interface program with its own period/year.

I would like to translate the period/year to the Netsuite Accountingperiod id.

 

PhilSpender Rookie Asked on September 7, 2020 in Accounting.
Add Comment
6 Answers

Hi,

You can get a list of accounting period with this API call:
com/services/rest/record/v1/accountingperiod

Do you need to filter this list and, if so, using what criteria? This will determine whether you can use the simple list filtering or will need SuiteQL.

Thanks,

Chris

Intermediate Answered on September 7, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.