xero api - Rails Xeroizer Contact Group -


i have record example.
how use api retrieve contacts in insurance group?

ins = xero.contact.find("3034b40e-ddd5-45b4-b23c-0f6800029673")    

contains:

xeroizer::record::contactgroup :contact_group_id: "0c72ed99-2c7d-482f-8c82-f53e268d20e0", :name: "insurance", :status: "active"

and adding contact group

to retrieve contacts in insurance group,

ins = xero.contactgroup.find('3034b40e-ddd5-45b4-b23c-0f6800029673').contacts 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -