GET api/utilidades/DatosCliente/{EmpresaID}/{ServicioID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EmpresaID | integer |
Required |
|
ServicioID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.Models.Soa.sitioweb.clsDatosClienteModelName | Description | Type | Additional information |
---|---|---|---|
IsOk | string |
None. |
|
Mensaje | string |
None. |
|
Cliente | AguasNuevas_SitioWeb_ServicioWeb.Models.Soa.sitioweb.clsClienteModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsOk": "sample string 1", "Mensaje": "sample string 2", "Cliente": null }
application/xml
Sample:
text/xml
Sample: