Example, I like to edit an order row with the customer reference.I also like to update the customer’s name. If I made an API call with a following row
{
Order: 123456,
Customer: {
email: “bob@test.com”,
name: “Bob”
}
}
would that update customer’s name? Please let me know if you have tried it.
Thanks
Related link : https://help.appsheet.com/en/articles/1979966-api-the-essentials
Solved! Go to Solution.
@Steven_Aung
It won’t work that way. You need to call the referenced table directly to update the child record with API
@Steven_Aung
It won’t work that way. You need to call the referenced table directly to update the child record with API
Got it. Thanks
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |