Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Integrate Postman with Oracle NetSuite for making a POST request to the Item Receipt module
{
"entity": {
"id": "3766"
},
"location": {
"id": "230"
},
"subsidiary": {
"id": "11"
},
"trandate": "2024-10-29",
"createdfrom": {
"id": "87789"
},
"customform": {
"id": "334"
},
"currency": {
"id": "7"
},
"memo": "testing",
"exchangerate": 1.0,
"itemreceipt": {
"items": [
{
"item": {
"id": "2421"
},
"quantity": 50,
"itemreceive": true,
"location": {
"id": "230"
},
// "tolocation": {
// "id": "230"
// },
"inventorydetail": {
"inventorydetailrequest": {
"quantity": 50,
"customform": {
"id": "334"
}
}
},
"line": 1
}
]
}
}
I want to POST Item Receipt data to Oracle NetSuite, but an error occurs. What is the correct payload? Please let me know.