GET api/EmpresaReminderRule/ListarxId/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idRule": 1,
    "idEmpresa": 2,
    "offsetMin": 3,
    "canal": "sample string 4",
    "activo": true,
    "plantilla": "sample string 6"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfsp_ListarEmpresaRulexId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <sp_ListarEmpresaRulexId>
    <activo>true</activo>
    <canal>sample string 4</canal>
    <idEmpresa>2</idEmpresa>
    <idRule>1</idRule>
    <offsetMin>3</offsetMin>
    <plantilla>sample string 6</plantilla>
  </sp_ListarEmpresaRulexId>
  <sp_ListarEmpresaRulexId>
    <activo>true</activo>
    <canal>sample string 4</canal>
    <idEmpresa>2</idEmpresa>
    <idRule>1</idRule>
    <offsetMin>3</offsetMin>
    <plantilla>sample string 6</plantilla>
  </sp_ListarEmpresaRulexId>
  <sp_ListarEmpresaRulexId>
    <activo>true</activo>
    <canal>sample string 4</canal>
    <idEmpresa>2</idEmpresa>
    <idRule>1</idRule>
    <offsetMin>3</offsetMin>
    <plantilla>sample string 6</plantilla>
  </sp_ListarEmpresaRulexId>
</ArrayOfsp_ListarEmpresaRulexId>