SincronizacaoPOS
Click here for a complete list of operations.
EnviarRetornoErp
Envia o retorno do POS para executar a SP no servidor e gravar os dados na tabelas definitivas
Test
The test form is only available for requests from the local machine.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 /SincronizacaoPOS.asmx HTTP/1.1 Host: pos-homologacao.microvix.com.br Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://MicrovixPOS/EnviarRetornoErp" <?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> <EnviarRetornoErp xmlns="http://MicrovixPOS/"> <retornoErp> <id_pos_erp_entrada>long</id_pos_erp_entrada> <id_pos_erp_retorno>long</id_pos_erp_retorno> <id_venda_pos>long</id_venda_pos> <numero_sequencial>long</numero_sequencial> <numero_ficha>long</numero_ficha> <empresa>int</empresa> <ecf>int</ecf> <relatorio_gerencial>string</relatorio_gerencial> <data_registro>dateTime</data_registro> <id_stored_procedure>int</id_stored_procedure> <lista_pos_erp_codigo_tmp> <pos_erp_codigo_tmp> <codigo_chave>string</codigo_chave> <tipo>int</tipo> <numero_sequencial>long</numero_sequencial> <id_venda_pos>long</id_venda_pos> </pos_erp_codigo_tmp> <pos_erp_codigo_tmp> <codigo_chave>string</codigo_chave> <tipo>int</tipo> <numero_sequencial>long</numero_sequencial> <id_venda_pos>long</id_venda_pos> </pos_erp_codigo_tmp> </lista_pos_erp_codigo_tmp> <cancelado>boolean</cancelado> <excluido>boolean</excluido> <identificadorMovimento>guid</identificadorMovimento> <processadoViaSP>boolean</processadoViaSP> <idNFe>int</idNFe> </retornoErp> <autenticacao> <Login>string</Login> <Senha>string</Senha> <Frase>string</Frase> </autenticacao> </EnviarRetornoErp> </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> <EnviarRetornoErpResponse xmlns="http://MicrovixPOS/"> <EnviarRetornoErpResult>boolean</EnviarRetornoErpResult> </EnviarRetornoErpResponse> </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 /SincronizacaoPOS.asmx HTTP/1.1 Host: pos-homologacao.microvix.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> <EnviarRetornoErp xmlns="http://MicrovixPOS/"> <retornoErp> <id_pos_erp_entrada>long</id_pos_erp_entrada> <id_pos_erp_retorno>long</id_pos_erp_retorno> <id_venda_pos>long</id_venda_pos> <numero_sequencial>long</numero_sequencial> <numero_ficha>long</numero_ficha> <empresa>int</empresa> <ecf>int</ecf> <relatorio_gerencial>string</relatorio_gerencial> <data_registro>dateTime</data_registro> <id_stored_procedure>int</id_stored_procedure> <lista_pos_erp_codigo_tmp> <pos_erp_codigo_tmp> <codigo_chave>string</codigo_chave> <tipo>int</tipo> <numero_sequencial>long</numero_sequencial> <id_venda_pos>long</id_venda_pos> </pos_erp_codigo_tmp> <pos_erp_codigo_tmp> <codigo_chave>string</codigo_chave> <tipo>int</tipo> <numero_sequencial>long</numero_sequencial> <id_venda_pos>long</id_venda_pos> </pos_erp_codigo_tmp> </lista_pos_erp_codigo_tmp> <cancelado>boolean</cancelado> <excluido>boolean</excluido> <identificadorMovimento>guid</identificadorMovimento> <processadoViaSP>boolean</processadoViaSP> <idNFe>int</idNFe> </retornoErp> <autenticacao> <Login>string</Login> <Senha>string</Senha> <Frase>string</Frase> </autenticacao> </EnviarRetornoErp> </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> <EnviarRetornoErpResponse xmlns="http://MicrovixPOS/"> <EnviarRetornoErpResult>boolean</EnviarRetornoErpResult> </EnviarRetornoErpResponse> </soap12:Body> </soap12:Envelope>