InterfacesAlfa
Click here for a complete list of operations.
inserirNovoCliente
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /interfacesalfa.asmx HTTP/1.1
Host: sfvws.saibweb.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://sfvws.saibweb.com.br/inserirNovoCliente"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<inserirNovoCliente xmlns="http://sfvws.saibweb.com.br/">
<cnpjEmpresa>string</cnpjEmpresa>
<rota>string</rota>
<razaoSocial>string</razaoSocial>
<Fantasia>string</Fantasia>
<cnpj>string</cnpj>
<cpf>string</cpf>
<inscricaoEstadual>string</inscricaoEstadual>
<tipoPessoa>string</tipoPessoa>
<contribuinte>string</contribuinte>
<fone1>string</fone1>
<fone2>string</fone2>
<emailComercial>string</emailComercial>
<emailNFE>string</emailNFE>
<pontoReferencia>string</pontoReferencia>
<ramoAtividade>string</ramoAtividade>
<CondVencimento>string</CondVencimento>
<frequencia>string</frequencia>
<referenciaCom1>string</referenciaCom1>
<referenciaCom2>string</referenciaCom2>
<referenciaBan1>string</referenciaBan1>
<referenciaBan2>string</referenciaBan2>
<diaVisita>string</diaVisita>
<formaPgto>string</formaPgto>
<endereco>string</endereco>
<complemento>string</complemento>
<cidade>string</cidade>
<uf>string</uf>
<cep>string</cep>
<geopolitico>string</geopolitico>
<latitude>string</latitude>
<longitude>string</longitude>
<contato>string</contato>
<sequencia>string</sequencia>
<telefoneContato>string</telefoneContato>
<categoria>string</categoria>
<periodo>string</periodo>
<bairro>string</bairro>
<numero>string</numero>
<qualificacao>string</qualificacao>
<dataNascimento>string</dataNascimento>
<operacao>string</operacao>
<matriz>string</matriz>
<cobraDescarga>string</cobraDescarga>
<valorDescarga>string</valorDescarga>
<descDescarga>string</descDescarga>
<idReserva>string</idReserva>
</inserirNovoCliente>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<inserirNovoClienteResponse xmlns="http://sfvws.saibweb.com.br/">
<inserirNovoClienteResult>string</inserirNovoClienteResult>
</inserirNovoClienteResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /interfacesalfa.asmx HTTP/1.1
Host: sfvws.saibweb.com.br
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<inserirNovoCliente xmlns="http://sfvws.saibweb.com.br/">
<cnpjEmpresa>string</cnpjEmpresa>
<rota>string</rota>
<razaoSocial>string</razaoSocial>
<Fantasia>string</Fantasia>
<cnpj>string</cnpj>
<cpf>string</cpf>
<inscricaoEstadual>string</inscricaoEstadual>
<tipoPessoa>string</tipoPessoa>
<contribuinte>string</contribuinte>
<fone1>string</fone1>
<fone2>string</fone2>
<emailComercial>string</emailComercial>
<emailNFE>string</emailNFE>
<pontoReferencia>string</pontoReferencia>
<ramoAtividade>string</ramoAtividade>
<CondVencimento>string</CondVencimento>
<frequencia>string</frequencia>
<referenciaCom1>string</referenciaCom1>
<referenciaCom2>string</referenciaCom2>
<referenciaBan1>string</referenciaBan1>
<referenciaBan2>string</referenciaBan2>
<diaVisita>string</diaVisita>
<formaPgto>string</formaPgto>
<endereco>string</endereco>
<complemento>string</complemento>
<cidade>string</cidade>
<uf>string</uf>
<cep>string</cep>
<geopolitico>string</geopolitico>
<latitude>string</latitude>
<longitude>string</longitude>
<contato>string</contato>
<sequencia>string</sequencia>
<telefoneContato>string</telefoneContato>
<categoria>string</categoria>
<periodo>string</periodo>
<bairro>string</bairro>
<numero>string</numero>
<qualificacao>string</qualificacao>
<dataNascimento>string</dataNascimento>
<operacao>string</operacao>
<matriz>string</matriz>
<cobraDescarga>string</cobraDescarga>
<valorDescarga>string</valorDescarga>
<descDescarga>string</descDescarga>
<idReserva>string</idReserva>
</inserirNovoCliente>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<inserirNovoClienteResponse xmlns="http://sfvws.saibweb.com.br/">
<inserirNovoClienteResult>string</inserirNovoClienteResult>
</inserirNovoClienteResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /interfacesalfa.asmx/inserirNovoCliente?cnpjEmpresa=string&rota=string&razaoSocial=string&Fantasia=string&cnpj=string&cpf=string&inscricaoEstadual=string&tipoPessoa=string&contribuinte=string&fone1=string&fone2=string&emailComercial=string&emailNFE=string&pontoReferencia=string&ramoAtividade=string&CondVencimento=string&frequencia=string&referenciaCom1=string&referenciaCom2=string&referenciaBan1=string&referenciaBan2=string&diaVisita=string&formaPgto=string&endereco=string&complemento=string&cidade=string&uf=string&cep=string&geopolitico=string&latitude=string&longitude=string&contato=string&sequencia=string&telefoneContato=string&categoria=string&periodo=string&bairro=string&numero=string&qualificacao=string&dataNascimento=string&operacao=string&matriz=string&cobraDescarga=string&valorDescarga=string&descDescarga=string&idReserva=string HTTP/1.1 Host: sfvws.saibweb.com.br
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://sfvws.saibweb.com.br/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /interfacesalfa.asmx/inserirNovoCliente HTTP/1.1 Host: sfvws.saibweb.com.br Content-Type: application/x-www-form-urlencoded Content-Length: length cnpjEmpresa=string&rota=string&razaoSocial=string&Fantasia=string&cnpj=string&cpf=string&inscricaoEstadual=string&tipoPessoa=string&contribuinte=string&fone1=string&fone2=string&emailComercial=string&emailNFE=string&pontoReferencia=string&ramoAtividade=string&CondVencimento=string&frequencia=string&referenciaCom1=string&referenciaCom2=string&referenciaBan1=string&referenciaBan2=string&diaVisita=string&formaPgto=string&endereco=string&complemento=string&cidade=string&uf=string&cep=string&geopolitico=string&latitude=string&longitude=string&contato=string&sequencia=string&telefoneContato=string&categoria=string&periodo=string&bairro=string&numero=string&qualificacao=string&dataNascimento=string&operacao=string&matriz=string&cobraDescarga=string&valorDescarga=string&descDescarga=string&idReserva=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://sfvws.saibweb.com.br/">string</string>