Hi, I was wondering if there are any people here w...
# general
j
Hi, I was wondering if there are any people here who did successfully updates on a Subscription via REST API. The problem I have is the following. When I try to update a Subscription, it says I need to include a field called Price Book (screenshot n.1). I did a GET request to a random Subscription to see how such a Price book is formatted (screenshot n.2). I tried feeding that back to NetSuite in the following HTTP request but no success there. I also thought that "279" String vs 279 as a number might be the problem. I also tried doing pricebook : 1 as well as pricebook : { id: 1} but none of that worked either. Did anyone ever had a similar problem like this?