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 Chris,
/services/rest/record/v1/accountingperiod?q=STARTDATE%20ON%20%E2%80%9C1/1/2020%E2%80%9D%20AND%20ISQUARTER%20IS%20FALSE%20AND%20ISYEAR%20IS%20FALSE
produces:
{“type”:”https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1″,”title”:”Invalid search query .”,”status”:400,”o:errorCode”:”INVALID_PARAMETER”}
Phil.