Can I bulk upload VendorBills via REST API?
# suitetalkapi
d
Can I bulk upload VendorBills via REST API?
c
d
That seems like a single VendorBill Insert ... nothing for bulk @creece?
c
I doubt it. Its probably a slow event and doing bulk would/could time out the restlet call so doing them 1 at a time definitely makes sense. You may have to write your own if you want to give the bulk a try
or if you can reach out to the system, then you could potentially pull them instead and use a MR and no worry about governance/timing really
d
Fair. I could have sworn I hear/read somehwere that if you pushed multiple records for creation, you'd get back a 'taskid' that you could use to check the status. It might have been a dream
Thanks @creece !
👍 1
c
i honestly do not know but I am curious. If you see that, let me know
n
@Eric Popivker ☝️
a
@darrenhillconsulting Sorry to throw the question in this thread too, but I’m really curious what makes people decide to use a feature that still in beta stage?
d
@alien4u, REST API is GA, with lots of BETA objects. We only implement the GA objects.