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 Phil,
I can confirm that this works for me and returns a single accounting period for the given month:
https://{{Account ID}}.suitetalk.api.netsuite.com/services/rest/record/v1/accountingperiod?q=STARTDATE ON “1/1/2020” AND ISQUARTER IS FALSE AND ISYEAR IS FALSE
Thanks,
Chris