Relationship issue when working with rest API call.

Hello to all

I am working on rest API of the suiteCRM.

i working in the AOS_Invoices and AOS_Products_Quotes module.

But when i add the new entry in the invoice how can i manage the relation between that botha modules tables. ?

please help me for saem…

Insert a AOS_Products_Quotes record with the parent_id equal to the id of your invoice record. This will relate them.

1 Like