GET api/oficinavirtual/Servicios?EmpresaID={EmpresaID}&ClienteRut={ClienteRut}

Permite obtener el listado de servicios registrados a nombre del cliente.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmpresaID

integer

Required

ClienteRut

integer

Required

Body Parameters

None.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ConsultaServiciosClienteNewResult
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Servicios

Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ServicioIDNew

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "serviciosField": [
    {
      "idField": "sample string 1",
      "recibeBoletaPapelField": "sample string 2",
      "recibeInfoCorreoField": "sample string 3",
      "tieneRilesField": "sample string 4",
      "PropertyChanged": null
    },
    {
      "idField": "sample string 1",
      "recibeBoletaPapelField": "sample string 2",
      "recibeInfoCorreoField": "sample string 3",
      "tieneRilesField": "sample string 4",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<ConsultaServiciosClienteNewResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSComercial">
  <PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
  <serviciosField>
    <ServicioIDNew>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 1</idField>
      <recibeBoletaPapelField>sample string 2</recibeBoletaPapelField>
      <recibeInfoCorreoField>sample string 3</recibeInfoCorreoField>
      <tieneRilesField>sample string 4</tieneRilesField>
    </ServicioIDNew>
    <ServicioIDNew>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 1</idField>
      <recibeBoletaPapelField>sample string 2</recibeBoletaPapelField>
      <recibeInfoCorreoField>sample string 3</recibeInfoCorreoField>
      <tieneRilesField>sample string 4</tieneRilesField>
    </ServicioIDNew>
  </serviciosField>
  <statusField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <isOKField>true</isOKField>
    <mensajeField>sample string 2</mensajeField>
    <tokenSoporteField>sample string 3</tokenSoporteField>
  </statusField>
</ConsultaServiciosClienteNewResult>