Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Invalid content in request body when create item receipt via REST API
Hi Teams! I encountered an error "Invalid content in request body" when creating item receipt via REST API postman. I also attached the payload below:
{
"createdfrom": {
"id": "87789"
},
"customform": {
"id": "334"
},
"entity": {
"id": "3766"
},
"currency": {
"id": "7"
},
"location": {
"id": "230"
},
"memo": "Testing",
"subsidiary": {
"id": "11"
},
"trandate": "2024-10-24",
"item": [
{
"item": {
"id": "2421"
},
"location": {
"id": "230"
},
"quantity": 50,
"rate": 40000
}
]
}
I already checked that the ID is in NetSuite. Is there anything wrong with the payload, or does this error happen because of the roles permission issue? Any help will be much appreciated. Thanks!
Tagged:
0