Qual é o formato do parâmetro xmlData para os métodos insertRecords e updateRecords?
Use os seguintes parâmetros XMLData ao usar os métodos insertRecords e updateRecords:
insertRecords: https: // crm.zoho.com/crm/private/ xml / Leads / insertRecords? apikey = chave e ticket da API = ticket
- ticket = xxxxxxxxxxxxxx
- apikey = xxxxxxxxxxxxxx
- xmlData = como dado abaixo
- <Leads>
<row no = "1">
< FL val = "Fonte de chumbo"> Download da Web </ FL>
< FL val = "Nome"> contacto 1 </ FL>
< FL val = "Sobrenome"> apellido </ FL>
< FL val = "Email"> testing@testing.com < / FL >
< FL val = "Título"> Gerente </ FL>
< FL val = "Telefone"> 1234567890 </ FL>
< FL val = "Telefone residencial"> 0987654321 </ FL>
< FL val = "Outro telefone"> 1212211212 </ FL>
< FL val = "Fax"> 02927272626 < / FL>
< FL val = "móvel"> 292827622 </ FL>
</ row>
</ leads>
updateRecords: https://crm.zoho.com/crm/private/xml/Leads/updateRecords ? apikey = Chave da API & ticket = Ticket
- ticket = xxxxxxxxxxxxxxx
- apikey = xxxxxxxxxxxxxxx
- id = 1000000019001
- xmlData = como dado abaixo
- <Leads>
<row no = "1">
< FL val = "Fonte de chumbo"> Download da Web </ FL>
< FL val = "Nome"> contacto 1 </ FL>
< FL val = "Sobrenome"> apellido </ FL>
< FL val = "E-mail"> testing@testing.com </ FL>
< FL val = "Título"> Gerente </ FL>
< FL val = "Telefone"> 1234567890 </ FL>
< FL val = "Telefone residencial"> 0987654321 </ FL>
< FL val = "Outro telefone"> 1212211212 </ FL>
< FL val = "Fax"> 02927272626 </ FL>
< FL val = "Mobile"> 292827622 </ FL>
</ row>
</ Leads>