Web Service de Integração SITX9
Click
here
for a complete list of operations.
Set_AlteraVeiculoV2
Método para Inserir/Alterar os dados do Veículo V2 (Novo)Test
The test form is not available with struct, array or byref parameter types. Please use a SOAP 1.1 or 1.2 compliant client program for testing of your web service.
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 /NOXWebService/IntegraGR.wso HTTP/1.1
Host: vader.streamsoft.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Set_AlteraVeiculoV2 xmlns="http://tempuri.org/">
<Login>
<sUserName>string</sUserName>
<sPassWord>string</sPassWord>
<sToken>string</sToken>
</Login>
<DadosAV>
<sCd_CnpjUnidNeg>string</sCd_CnpjUnidNeg>
<sCd_Placa>string</sCd_Placa>
<sTp_Veiculo>string</sTp_Veiculo>
<sId_AutoInclusao>string</sId_AutoInclusao>
<DadosVeiculo>
<sCd_ExclusivoCliente>string</sCd_ExclusivoCliente>
<iCd_Renavam>string</iCd_Renavam>
<sCd_Chassi>string</sCd_Chassi>
<sNm_Cor>string</sNm_Cor>
<iAa_Fabricacao>int</iAa_Fabricacao>
<iAa_Modelo>int</iAa_Modelo>
<iCd_Carroceria>int</iCd_Carroceria>
<sCd_ModeloVeiculo>string</sCd_ModeloVeiculo>
<sCd_MarcaVeiCarga>string</sCd_MarcaVeiCarga>
<sId_VeiculoCarga>string</sId_VeiculoCarga>
<sId_VincVeiculo>string</sId_VincVeiculo>
<sCd_MunLicenc>string</sCd_MunLicenc>
<dDt_Aquisicao>date</dDt_Aquisicao>
<dDt_Venda>date</dDt_Venda>
<sId_Ativo>string</sId_Ativo>
<sDc_Obs>string</sDc_Obs>
<sCd_ANTT>string</sCd_ANTT>
<dDt_ValidadeANTT>date</dDt_ValidadeANTT>
</DadosVeiculo>
<DadosFaturamento>
<sTp_Faturamento>string</sTp_Faturamento>
<sId_FormaFixo>string</sId_FormaFixo>
</DadosFaturamento>
<DadosProprietario>
<sCd_CnpjPropVeiculo>string</sCd_CnpjPropVeiculo>
<sNm_PropVeiculo>string</sNm_PropVeiculo>
<sNo_FonePropVeiculo>string</sNo_FonePropVeiculo>
</DadosProprietario>
<DadosSerial>
<iCd_Tecnologia>int</iCd_Tecnologia>
<sCd_ModRastreador>string</sCd_ModRastreador>
<sCd_SerialRastreador>string</sCd_SerialRastreador>
</DadosSerial>
<DadosFormacaoPadrao>
<sId_FormPadrao>int</sId_FormPadrao>
<sCd_PlacaCarreta>
<string>string</string>
<string>string</string>
</sCd_PlacaCarreta>
</DadosFormacaoPadrao>
<DadosCondutorPadrao>
<sNo_CpfCondutor>string</sNo_CpfCondutor>
<DadosPerfSecCondutor>
<iCd_FornecPerfSec>int</iCd_FornecPerfSec>
<sId_VincCondutorPS>string</sId_VincCondutorPS>
<sCd_PesquisaPS>string</sCd_PesquisaPS>
<dDt_PesquisaPS>date</dDt_PesquisaPS>
<dDt_ValidadePS>date</dDt_ValidadePS>
</DadosPerfSecCondutor>
</DadosCondutorPadrao>
<DadosTransSinal>
<sId_IncExcSinal>string</sId_IncExcSinal>
<sCd_CnpjEmpDet>string</sCd_CnpjEmpDet>
<sNm_EmpDet>string</sNm_EmpDet>
<sNm_FantasiaEmpDet>string</sNm_FantasiaEmpDet>
<sCd_AutotracID>string</sCd_AutotracID>
<sCd_AutotracUA>string</sCd_AutotracUA>
<sNo_TelefEmpDet>string</sNo_TelefEmpDet>
<sNm_ContatoEmpDet>string</sNm_ContatoEmpDet>
<sDc_EmailCntEmpDet>string</sDc_EmailCntEmpDet>
<sNo_TelefCntEmpDet>string</sNo_TelefCntEmpDet>
</DadosTransSinal>
<Responsaveis>
<stResponsavel>
<sTp_Contato>string</sTp_Contato>
<sNm_Contato>string</sNm_Contato>
<iCd_DDD>int</iCd_DDD>
<sNo_TelContato>string</sNo_TelContato>
<iWhatsApp>int</iWhatsApp>
<sDc_Email>string</sDc_Email>
</stResponsavel>
<stResponsavel>
<sTp_Contato>string</sTp_Contato>
<sNm_Contato>string</sNm_Contato>
<iCd_DDD>int</iCd_DDD>
<sNo_TelContato>string</sNo_TelContato>
<iWhatsApp>int</iWhatsApp>
<sDc_Email>string</sDc_Email>
</stResponsavel>
</Responsaveis>
<ListaDocumentos>
<stDocumento>
<sTipo>string</sTipo>
<sLink>string</sLink>
</stDocumento>
<stDocumento>
<sTipo>string</sTipo>
<sLink>string</sLink>
</stDocumento>
</ListaDocumentos>
</DadosAV>
</Set_AlteraVeiculoV2>
</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:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Set_AlteraVeiculoV2Response xmlns="http://tempuri.org/">
<Set_AlteraVeiculoV2Result>
<Retorno>
<stResult>
<sCode>string</sCode>
<sResult>string</sResult>
</stResult>
<stResult>
<sCode>string</sCode>
<sResult>string</sResult>
</stResult>
</Retorno>
</Set_AlteraVeiculoV2Result>
</Set_AlteraVeiculoV2Response>
</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 /NOXWebService/IntegraGR.wso HTTP/1.1
Host: vader.streamsoft.com.br
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Set_AlteraVeiculoV2 xmlns="http://tempuri.org/">
<Login>
<sUserName>string</sUserName>
<sPassWord>string</sPassWord>
<sToken>string</sToken>
</Login>
<DadosAV>
<sCd_CnpjUnidNeg>string</sCd_CnpjUnidNeg>
<sCd_Placa>string</sCd_Placa>
<sTp_Veiculo>string</sTp_Veiculo>
<sId_AutoInclusao>string</sId_AutoInclusao>
<DadosVeiculo>
<sCd_ExclusivoCliente>string</sCd_ExclusivoCliente>
<iCd_Renavam>string</iCd_Renavam>
<sCd_Chassi>string</sCd_Chassi>
<sNm_Cor>string</sNm_Cor>
<iAa_Fabricacao>int</iAa_Fabricacao>
<iAa_Modelo>int</iAa_Modelo>
<iCd_Carroceria>int</iCd_Carroceria>
<sCd_ModeloVeiculo>string</sCd_ModeloVeiculo>
<sCd_MarcaVeiCarga>string</sCd_MarcaVeiCarga>
<sId_VeiculoCarga>string</sId_VeiculoCarga>
<sId_VincVeiculo>string</sId_VincVeiculo>
<sCd_MunLicenc>string</sCd_MunLicenc>
<dDt_Aquisicao>date</dDt_Aquisicao>
<dDt_Venda>date</dDt_Venda>
<sId_Ativo>string</sId_Ativo>
<sDc_Obs>string</sDc_Obs>
<sCd_ANTT>string</sCd_ANTT>
<dDt_ValidadeANTT>date</dDt_ValidadeANTT>
</DadosVeiculo>
<DadosFaturamento>
<sTp_Faturamento>string</sTp_Faturamento>
<sId_FormaFixo>string</sId_FormaFixo>
</DadosFaturamento>
<DadosProprietario>
<sCd_CnpjPropVeiculo>string</sCd_CnpjPropVeiculo>
<sNm_PropVeiculo>string</sNm_PropVeiculo>
<sNo_FonePropVeiculo>string</sNo_FonePropVeiculo>
</DadosProprietario>
<DadosSerial>
<iCd_Tecnologia>int</iCd_Tecnologia>
<sCd_ModRastreador>string</sCd_ModRastreador>
<sCd_SerialRastreador>string</sCd_SerialRastreador>
</DadosSerial>
<DadosFormacaoPadrao>
<sId_FormPadrao>int</sId_FormPadrao>
<sCd_PlacaCarreta>
<string>string</string>
<string>string</string>
</sCd_PlacaCarreta>
</DadosFormacaoPadrao>
<DadosCondutorPadrao>
<sNo_CpfCondutor>string</sNo_CpfCondutor>
<DadosPerfSecCondutor>
<iCd_FornecPerfSec>int</iCd_FornecPerfSec>
<sId_VincCondutorPS>string</sId_VincCondutorPS>
<sCd_PesquisaPS>string</sCd_PesquisaPS>
<dDt_PesquisaPS>date</dDt_PesquisaPS>
<dDt_ValidadePS>date</dDt_ValidadePS>
</DadosPerfSecCondutor>
</DadosCondutorPadrao>
<DadosTransSinal>
<sId_IncExcSinal>string</sId_IncExcSinal>
<sCd_CnpjEmpDet>string</sCd_CnpjEmpDet>
<sNm_EmpDet>string</sNm_EmpDet>
<sNm_FantasiaEmpDet>string</sNm_FantasiaEmpDet>
<sCd_AutotracID>string</sCd_AutotracID>
<sCd_AutotracUA>string</sCd_AutotracUA>
<sNo_TelefEmpDet>string</sNo_TelefEmpDet>
<sNm_ContatoEmpDet>string</sNm_ContatoEmpDet>
<sDc_EmailCntEmpDet>string</sDc_EmailCntEmpDet>
<sNo_TelefCntEmpDet>string</sNo_TelefCntEmpDet>
</DadosTransSinal>
<Responsaveis>
<stResponsavel>
<sTp_Contato>string</sTp_Contato>
<sNm_Contato>string</sNm_Contato>
<iCd_DDD>int</iCd_DDD>
<sNo_TelContato>string</sNo_TelContato>
<iWhatsApp>int</iWhatsApp>
<sDc_Email>string</sDc_Email>
</stResponsavel>
<stResponsavel>
<sTp_Contato>string</sTp_Contato>
<sNm_Contato>string</sNm_Contato>
<iCd_DDD>int</iCd_DDD>
<sNo_TelContato>string</sNo_TelContato>
<iWhatsApp>int</iWhatsApp>
<sDc_Email>string</sDc_Email>
</stResponsavel>
</Responsaveis>
<ListaDocumentos>
<stDocumento>
<sTipo>string</sTipo>
<sLink>string</sLink>
</stDocumento>
<stDocumento>
<sTipo>string</sTipo>
<sLink>string</sLink>
</stDocumento>
</ListaDocumentos>
</DadosAV>
</Set_AlteraVeiculoV2>
</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:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Set_AlteraVeiculoV2Response xmlns="http://tempuri.org/">
<Set_AlteraVeiculoV2Result>
<Retorno>
<stResult>
<sCode>string</sCode>
<sResult>string</sResult>
</stResult>
<stResult>
<sCode>string</sCode>
<sResult>string</sResult>
</stResult>
</Retorno>
</Set_AlteraVeiculoV2Result>
</Set_AlteraVeiculoV2Response>
</soap12:Body>
</soap12:Envelope>
JSON
The following is a sample JSON request and response. The placeholders shown need to be replaced with actual values.
POST /NOXWebService/IntegraGR.wso HTTP/1.1
Host: vader.streamsoft.com.br
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"Login":
{
"sUserName":
string
"sPassWord":
string
"sToken":
string
}
"DadosAV":
{
"sCd_CnpjUnidNeg":
string
"sCd_Placa":
string
"sTp_Veiculo":
string
"sId_AutoInclusao":
string
"DadosVeiculo":
{
"sCd_ExclusivoCliente":
string
"iCd_Renavam":
string
"sCd_Chassi":
string
"sNm_Cor":
string
"iAa_Fabricacao":
int
"iAa_Modelo":
int
"iCd_Carroceria":
int
"sCd_ModeloVeiculo":
string
"sCd_MarcaVeiCarga":
string
"sId_VeiculoCarga":
string
"sId_VincVeiculo":
string
"sCd_MunLicenc":
string
"dDt_Aquisicao":
date
"dDt_Venda":
date
"sId_Ativo":
string
"sDc_Obs":
string
"sCd_ANTT":
string
"dDt_ValidadeANTT":
date
}
"DadosFaturamento":
{
"sTp_Faturamento":
string
"sId_FormaFixo":
string
}
"DadosProprietario":
{
"sCd_CnpjPropVeiculo":
string
"sNm_PropVeiculo":
string
"sNo_FonePropVeiculo":
string
}
"DadosSerial":
{
"iCd_Tecnologia":
int
"sCd_ModRastreador":
string
"sCd_SerialRastreador":
string
}
"DadosFormacaoPadrao":
{
"sId_FormPadrao":
int
"sCd_PlacaCarreta":
[
string,
string
]
}
"DadosCondutorPadrao":
{
"sNo_CpfCondutor":
string
"DadosPerfSecCondutor":
{
"iCd_FornecPerfSec":
int
"sId_VincCondutorPS":
string
"sCd_PesquisaPS":
string
"dDt_PesquisaPS":
date
"dDt_ValidadePS":
date
}
}
"DadosTransSinal":
{
"sId_IncExcSinal":
string
"sCd_CnpjEmpDet":
string
"sNm_EmpDet":
string
"sNm_FantasiaEmpDet":
string
"sCd_AutotracID":
string
"sCd_AutotracUA":
string
"sNo_TelefEmpDet":
string
"sNm_ContatoEmpDet":
string
"sDc_EmailCntEmpDet":
string
"sNo_TelefCntEmpDet":
string
}
"Responsaveis":
[
{
"sTp_Contato":
string
"sNm_Contato":
string
"iCd_DDD":
int
"sNo_TelContato":
string
"iWhatsApp":
int
"sDc_Email":
string
},
{
"sTp_Contato":
string
"sNm_Contato":
string
"iCd_DDD":
int
"sNo_TelContato":
string
"iWhatsApp":
int
"sDc_Email":
string
}
]
"ListaDocumentos":
[
{
"sTipo":
string
"sLink":
string
},
{
"sTipo":
string
"sLink":
string
}
]
}
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"Retorno":
[
{
"sCode":
string
"sResult":
string
},
{
"sCode":
string
"sResult":
string
}
]
}