Service1


Click here for a complete list of operations.

InsertaCecoSap

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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/InsertaCecoSap"

<?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>
    <InsertaCecoSap xmlns="http://tempuri.org/">
      <accion>string</accion>
      <Codigo_Ceco>string</Codigo_Ceco>
      <Nombre_del_Ceco>string</Nombre_del_Ceco>
      <Descripcion_Ceco>string</Descripcion_Ceco>
      <Domicilio_del_Ceco>string</Domicilio_del_Ceco>
      <Sector>string</Sector>
      <Responsable_Ceco>string</Responsable_Ceco>
      <Departamento_Ceco>string</Departamento_Ceco>
      <Clase_Ceco>string</Clase_Ceco>
      <DescuentoPorVolumen>string</DescuentoPorVolumen>
      <Division>string</Division>
      <Moneda>string</Moneda>
      <Region>string</Region>
      <Provincia>string</Provincia>
      <Comuna>string</Comuna>
      <Fecha_Inicio_Servicio_Operacional>string</Fecha_Inicio_Servicio_Operacional>
      <Fecha_Termino_Servicio_Operacional>string</Fecha_Termino_Servicio_Operacional>
      <Numero_dias_trabajados_mes>string</Numero_dias_trabajados_mes>
      <Numero_dias_trabajados_mes_otros>string</Numero_dias_trabajados_mes_otros>
      <Tipo_Venta>string</Tipo_Venta>
      <Tipo_Casino>string</Tipo_Casino>
      <Servicio>string</Servicio>
      <Responsable>string</Responsable>
      <Destination>string</Destination>
      <Clave_Pais>string</Clave_Pais>
      <Payroll>string</Payroll>
      <Director_General>string</Director_General>
      <Director_Segmento>string</Director_Segmento>
      <Gerente_Operacional>string</Gerente_Operacional>
      <ADC>string</ADC>
      <Secretaria_Segmento>string</Secretaria_Segmento>
      <Segmento_Origen>string</Segmento_Origen>
      <Tipo_Servicio>string</Tipo_Servicio>
      <Facilities_Managment>string</Facilities_Managment>
      <ILA>string</ILA>
      <Grupo_Economico>string</Grupo_Economico>
      <Segmento_Grupo>string</Segmento_Grupo>
      <Sub_segmento_Grupo>string</Sub_segmento_Grupo>
      <Suppot_Funtion_Grupo>string</Suppot_Funtion_Grupo>
      <Departamento_Grupo>string</Departamento_Grupo>
      <Sector_Grupo>string</Sector_Grupo>
      <Segmento_Pais>string</Segmento_Pais>
      <Sub_Segmento_Pais>string</Sub_Segmento_Pais>
      <Support_Function_Pais>string</Support_Function_Pais>
      <Departamento_pais>string</Departamento_pais>
      <Sector_pais>string</Sector_pais>
      <ProcesarDashBoard_pais>string</ProcesarDashBoard_pais>
      <Parque_Comaprable_Pais>string</Parque_Comaprable_Pais>
      <Grupo_Ceco_Pais>string</Grupo_Ceco_Pais>
      <Tipo_Operacion_pais>string</Tipo_Operacion_pais>
      <Area_Jearquica>string</Area_Jearquica>
      <Segmento_o_Function>string</Segmento_o_Function>
      <Indicador_de_Cd>string</Indicador_de_Cd>
      <Gerente_Zonal>string</Gerente_Zonal>
      <Servicio2>string</Servicio2>
      <Macro_Region>string</Macro_Region>
      <Firma_Contrato>string</Firma_Contrato>
      <Region_RFC>string</Region_RFC>
      <Responsable_Sitio>string</Responsable_Sitio>
      <Primer_Telefono>string</Primer_Telefono>
      <Direccion_correo_electronico>string</Direccion_correo_electronico>
      <Calle>string</Calle>
      <N_edificio>string</N_edificio>
      <Poblacion>string</Poblacion>
      <Region2>string</Region2>
      <Distrito>string</Distrito>
      <Direccion_correo_electronico2>string</Direccion_correo_electronico2>
      <Nombre_1>string</Nombre_1>
      <Primer_Telefono2>string</Primer_Telefono2>
      <fecha_firma_contrato>string</fecha_firma_contrato>
      <SociedadSodexo>string</SociedadSodexo>
      <Estado>string</Estado>
      <CodeController>string</CodeController>
      <Segmento>string</Segmento>
      <sg_jop>string</sg_jop>
      <Debug>string</Debug>
    </InsertaCecoSap>
  </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>
    <InsertaCecoSapResponse xmlns="http://tempuri.org/">
      <InsertaCecoSapResult>xml</InsertaCecoSapResult>
    </InsertaCecoSapResponse>
  </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 /ContratosConReajuste.asmx HTTP/1.1
Host: 200.185.71.177
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>
    <InsertaCecoSap xmlns="http://tempuri.org/">
      <accion>string</accion>
      <Codigo_Ceco>string</Codigo_Ceco>
      <Nombre_del_Ceco>string</Nombre_del_Ceco>
      <Descripcion_Ceco>string</Descripcion_Ceco>
      <Domicilio_del_Ceco>string</Domicilio_del_Ceco>
      <Sector>string</Sector>
      <Responsable_Ceco>string</Responsable_Ceco>
      <Departamento_Ceco>string</Departamento_Ceco>
      <Clase_Ceco>string</Clase_Ceco>
      <DescuentoPorVolumen>string</DescuentoPorVolumen>
      <Division>string</Division>
      <Moneda>string</Moneda>
      <Region>string</Region>
      <Provincia>string</Provincia>
      <Comuna>string</Comuna>
      <Fecha_Inicio_Servicio_Operacional>string</Fecha_Inicio_Servicio_Operacional>
      <Fecha_Termino_Servicio_Operacional>string</Fecha_Termino_Servicio_Operacional>
      <Numero_dias_trabajados_mes>string</Numero_dias_trabajados_mes>
      <Numero_dias_trabajados_mes_otros>string</Numero_dias_trabajados_mes_otros>
      <Tipo_Venta>string</Tipo_Venta>
      <Tipo_Casino>string</Tipo_Casino>
      <Servicio>string</Servicio>
      <Responsable>string</Responsable>
      <Destination>string</Destination>
      <Clave_Pais>string</Clave_Pais>
      <Payroll>string</Payroll>
      <Director_General>string</Director_General>
      <Director_Segmento>string</Director_Segmento>
      <Gerente_Operacional>string</Gerente_Operacional>
      <ADC>string</ADC>
      <Secretaria_Segmento>string</Secretaria_Segmento>
      <Segmento_Origen>string</Segmento_Origen>
      <Tipo_Servicio>string</Tipo_Servicio>
      <Facilities_Managment>string</Facilities_Managment>
      <ILA>string</ILA>
      <Grupo_Economico>string</Grupo_Economico>
      <Segmento_Grupo>string</Segmento_Grupo>
      <Sub_segmento_Grupo>string</Sub_segmento_Grupo>
      <Suppot_Funtion_Grupo>string</Suppot_Funtion_Grupo>
      <Departamento_Grupo>string</Departamento_Grupo>
      <Sector_Grupo>string</Sector_Grupo>
      <Segmento_Pais>string</Segmento_Pais>
      <Sub_Segmento_Pais>string</Sub_Segmento_Pais>
      <Support_Function_Pais>string</Support_Function_Pais>
      <Departamento_pais>string</Departamento_pais>
      <Sector_pais>string</Sector_pais>
      <ProcesarDashBoard_pais>string</ProcesarDashBoard_pais>
      <Parque_Comaprable_Pais>string</Parque_Comaprable_Pais>
      <Grupo_Ceco_Pais>string</Grupo_Ceco_Pais>
      <Tipo_Operacion_pais>string</Tipo_Operacion_pais>
      <Area_Jearquica>string</Area_Jearquica>
      <Segmento_o_Function>string</Segmento_o_Function>
      <Indicador_de_Cd>string</Indicador_de_Cd>
      <Gerente_Zonal>string</Gerente_Zonal>
      <Servicio2>string</Servicio2>
      <Macro_Region>string</Macro_Region>
      <Firma_Contrato>string</Firma_Contrato>
      <Region_RFC>string</Region_RFC>
      <Responsable_Sitio>string</Responsable_Sitio>
      <Primer_Telefono>string</Primer_Telefono>
      <Direccion_correo_electronico>string</Direccion_correo_electronico>
      <Calle>string</Calle>
      <N_edificio>string</N_edificio>
      <Poblacion>string</Poblacion>
      <Region2>string</Region2>
      <Distrito>string</Distrito>
      <Direccion_correo_electronico2>string</Direccion_correo_electronico2>
      <Nombre_1>string</Nombre_1>
      <Primer_Telefono2>string</Primer_Telefono2>
      <fecha_firma_contrato>string</fecha_firma_contrato>
      <SociedadSodexo>string</SociedadSodexo>
      <Estado>string</Estado>
      <CodeController>string</CodeController>
      <Segmento>string</Segmento>
      <sg_jop>string</sg_jop>
      <Debug>string</Debug>
    </InsertaCecoSap>
  </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>
    <InsertaCecoSapResponse xmlns="http://tempuri.org/">
      <InsertaCecoSapResult>xml</InsertaCecoSapResult>
    </InsertaCecoSapResponse>
  </soap12:Body>
</soap12:Envelope>