sree
08/16/2022, 2:16 AMhttps://{url_account}.<http://suitetalk.api.netsuite.com/services/rest/query/v1/suiteql|suitetalk.api.netsuite.com/services/rest/query/v1/suiteql>"
headers={
"Prefer":"transient",
"Content-Type":"application/json"
}
query = """select * from Transaction where createddate > PLACEHOLDER HERE """ ====> Question here. How to pass the value in the placeholder
body=json.dumps({"q":query})
response=<http://client.post|client.post>(url=url, data=body,headers=headers)
battk
08/16/2022, 2:23 AMbattk
08/16/2022, 2:23 AMsree
08/16/2022, 2:35 AM