Discussions
Here are some examples to get your creative juices flowing.
"Did I pay vendor John Doe last month?"
"Take me to my largest sales order for this month."
"What invoices haven't been paid yet?"
REST WS: How to resolve error: INVALID_CONTENT on Customer Partners?
Hello,
We have an issue with a rest request that pertains to the partner, and are receiving an error, is there any insight on why this might be happening? Thanks.
Request without the partners field:
POST https://account_id.suitetalk.api.netsuite.com/services/rest/record/v1/customer
Content-Type: application/json
{
"companyName": "Floyd's Test",
"custentity_dd_special_customer_id": "NS5551212",
"email": "jfloyd@netsuite.com",
"phone": "5551212",
"terms": { "id": "2", "refName": "Net 30" }
}
response:
{
"type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. You must enter at least one line for sublist: Partners.",