amy
06/28/2024, 5:43 PMAnthony OConnor
06/28/2024, 6:00 PMFred Pope
06/28/2024, 6:50 PMalien4u
06/28/2024, 6:54 PMPOST
method, you must specify the type of data you are going to be receiving back via the header or it may fail:
var oHeaders = {
'Content-type': 'application/json'
};
nlapiRequestURL(sSLURL, JSON.stringify(oRequestData), oHeaders, 'POST');
amy
06/28/2024, 7:08 PM