• Andre Luis
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
Hi
I'm using salesforce REST API for web app
creating orders for an Account.
I can create the order just fine(without products)

My problem is,
add a product to the order when creating
and
Updating an existing order.

Does anyone have the correct json POST / PATCH for that ?
using v20 API and PHP btw.
Hi
I'm using salesforce REST API for web app
creating orders for an Account.
I can create the order just fine(without products)

My problem is,
add a product to the order when creating
and
Updating an existing order.

Does anyone have the correct json POST / PATCH for that ?
using v20 API and PHP btw.