Add new line in subform via Rest API
Hi guys, I ended up recommending Zoho CRM to a client, but he wants me to add a new line to the subform via the Rest API, I didn't find anything that would help me do this via the API, could you please help?
today I'm trying to add like this
POST https://crm.zoho.com/crm/v2/Contacts/6001041000000461001
- {
- "data":[
- {
- "Qual_sua_rea_de_atua_o":"teste",
- "J_atua_na_rea":"teste",
- "Faturamento_MENSAL_M_DIO":"teste",
- "Queremos_conhecer_voc1":"teste",
- "MAIOR_obst_culo":"teste",
- "a_10":"teste",
- "J_seguia_a_patriciandraade":"teste",
- "Por_que_motivo_voc_acredita1":"teste",
- "J_ouviu_falar_do_meu_programa":"teste",
- "Por_qu_voc_dentre_todos":"teste",
- "Qualifica_o":"teste"
- }
- ]
- }