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.
Rest API for Partial Vendor Return Authorization from Purchase Order
hi,
when transforming PO to Vendor Return authorization, entire line quantity is considered. I need to create with partial line item quantity. Can i get a sample of rest api to use. Am using the following, created return authorization contains 10 the full quantity, instead of supplied value: 2
{
"entity": { "id": 2222},
"createdfrom": { "id": 12000},
"itemList":{
"items": [
{"item": {"id": 9},"quantity": 2.0,"rate": 7.00,"amount": 14.00,"orderDoc": {"id": 12000} }
]
}
}