Options

Passing a single nested JSON to create two different records

kenyokenyo Member Posts: 40
Hi, my goal is to pass a single nested JSON to create a sales order and a customer bank account . Is it possible without having to add a bankData field in the sales order table? Right now all i can think of is creating a table extension and custom API for sales orders so i can pass the bank data into the sales order table and then go from there. Is there an easier approach?

Answers

  • Options
    kenyokenyo Member Posts: 40
    Figured it out. Can be closed.
Sign In or Register to comment.