Mudanças entre as edições de "API de importação de clientes"
(Criou página com 'A API de importação de clientes deve ser utilizada para cadastrar um ou mais clientes no Recuperador CRM. Endpoint: https://www.recuperador.com.br/api/WsImportacaoCliente...') |
|||
Linha 3: | Linha 3: | ||
Endpoint: https://www.recuperador.com.br/api/WsImportacaoCliente | Endpoint: https://www.recuperador.com.br/api/WsImportacaoCliente | ||
− | Ação: POST | + | Ação: '''POST''' |
Objeto de entrada: | Objeto de entrada: | ||
{ | { | ||
− | + | '''atualizar''': string, | |
− | + | '''email''': string, | |
− | + | '''clientes''': array de cliente | |
} | } | ||
Classe cliente: | Classe cliente: | ||
+ | |||
+ | { | ||
+ | '''id_credor''': int | ||
+ | '''nome''': string, | ||
+ | '''apelido''': string, | ||
+ | '''datanasc''': DateTime, | ||
+ | '''email''': string, | ||
+ | '''email2''': string, | ||
+ | '''email3''': string, | ||
+ | '''email4''': string, | ||
+ | '''telefone''': string, | ||
+ | '''telefone2''': string, | ||
+ | '''endereco''': string, | ||
+ | '''numero''': string, | ||
+ | '''complemento''': string, | ||
+ | '''bairro''': string, | ||
+ | '''cidade''': string, | ||
+ | '''estado''': string, | ||
+ | '''cep''': string, | ||
+ | '''sexo''': string, | ||
+ | '''rg''': string, | ||
+ | '''tipo_pessoa''': string, | ||
+ | '''cpf_cnpj''': string, | ||
+ | '''whatsapp''': string, | ||
+ | '''telegram''': string, | ||
+ | '''profissao''': string, | ||
+ | '''responsavel_legal''': string, | ||
+ | '''username_fb''': string, | ||
+ | '''username_insta''': string, | ||
+ | '''telefone3''': string, | ||
+ | '''telefone4''': string, | ||
+ | '''telefone5''': string, | ||
+ | '''telefone6''': string, | ||
+ | '''codigo''': string, | ||
+ | '''obs''': string | ||
+ | } |
Edição das 19h56min de 17 de fevereiro de 2021
A API de importação de clientes deve ser utilizada para cadastrar um ou mais clientes no Recuperador CRM.
Endpoint: https://www.recuperador.com.br/api/WsImportacaoCliente
Ação: POST
Objeto de entrada:
{
atualizar: string, email: string, clientes: array de cliente
}
Classe cliente:
{
id_credor: int nome: string, apelido: string, datanasc: DateTime, email: string, email2: string, email3: string, email4: string, telefone: string, telefone2: string, endereco: string, numero: string, complemento: string, bairro: string, cidade: string, estado: string, cep: string, sexo: string, rg: string, tipo_pessoa: string, cpf_cnpj: string, whatsapp: string, telegram: string, profissao: string, responsavel_legal: string, username_fb: string, username_insta: string, telefone3: string, telefone4: string, telefone5: string, telefone6: string, codigo: string, obs: string
}