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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
What is the proper payload for creating a Vendor Bill via REST API?
Here is my Payload:
{
"entity":{"id":"588"},
"trandate":"2025-09-17",
"subsidiary":{"id":"7"},
"memo":"Auto Created Bill from UPS Invoice Import",
"item":
{
"items":
[
{
"item":{"id":"329478"},
"quantity":1,
"rate":9.55,
"description":"UPS Inbound Freight"
}
]
}
}
This my endpoint:
https://${hostnameAccountId}.suitetalk.api.netsuite.com/services/rest/record/v1/vendorBill
I get the following error: Failed to create Vendor Bill: Error: NetSuite API error: {"type":"https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1","title":"Bad Request","status":400,"o:errorDetails":[{"detail":"Invalid content in the request body.","o:errorCode":"INVALID_CONTENT"}]}
Tagged:
0