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.
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