POST api/eri
Request Information
URI Parameters
None.
Body Parameters
RptERIRQT| Name | Description | Type | Additional information | 
|---|---|---|---|
| IDUSer | integer | 
                             None.  | 
                |
| IDRol | integer | 
                             None.  | 
                |
| UniNeg | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "IDUSer": 1,
  "IDRol": 2,
  "UniNeg": "sample string 3"
}
        text/xml
            Sample:
        <RptERIRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <IDRol>2</IDRol> <IDUSer>1</IDUSer> <UniNeg>sample string 3</UniNeg> </RptERIRQT>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
RptERIRPS| Name | Description | Type | Additional information | 
|---|---|---|---|
| Fecha | string | 
                             None.  | 
                |
| Valor | string | 
                             None.  | 
                |
| FechaUpdate | string | 
                             None.  | 
                |
| Faltantes | integer | 
                             None.  | 
                |
| SinDiferencia | integer | 
                             None.  | 
                |
| Sobrante | integer | 
                             None.  | 
                |
| FaltantesG | integer | 
                             None.  | 
                |
| SinDiferenciaG | integer | 
                             None.  | 
                |
| SobranteG | integer | 
                             None.  | 
                |
| TotalFecha | integer | 
                             None.  | 
                |
| TotalGe | integer | 
                             None.  | 
                |
| UnidNegoDescripcion | string | 
                             None.  | 
                |
| Data | Collection of RptERIListRPS | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "Fecha": "sample string 1",
  "Valor": "sample string 2",
  "FechaUpdate": "sample string 3",
  "Faltantes": 4,
  "SinDiferencia": 5,
  "Sobrante": 6,
  "FaltantesG": 7,
  "SinDiferenciaG": 8,
  "SobranteG": 9,
  "TotalFecha": 10,
  "TotalGe": 11,
  "UnidNegoDescripcion": "sample string 12",
  "Data": [
    {
      "Fecha": "sample string 1",
      "FechaUpdate": "sample string 2",
      "Valor": "sample string 3"
    },
    {
      "Fecha": "sample string 1",
      "FechaUpdate": "sample string 2",
      "Valor": "sample string 3"
    }
  ]
}
        text/xml
            Sample:
<RptERIRPS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models">
  <Data>
    <RptERIListRPS>
      <Fecha>sample string 1</Fecha>
      <FechaUpdate>sample string 2</FechaUpdate>
      <Valor>sample string 3</Valor>
    </RptERIListRPS>
    <RptERIListRPS>
      <Fecha>sample string 1</Fecha>
      <FechaUpdate>sample string 2</FechaUpdate>
      <Valor>sample string 3</Valor>
    </RptERIListRPS>
  </Data>
  <Faltantes>4</Faltantes>
  <FaltantesG>7</FaltantesG>
  <Fecha>sample string 1</Fecha>
  <FechaUpdate>sample string 3</FechaUpdate>
  <SinDiferencia>5</SinDiferencia>
  <SinDiferenciaG>8</SinDiferenciaG>
  <Sobrante>6</Sobrante>
  <SobranteG>9</SobranteG>
  <TotalFecha>10</TotalFecha>
  <TotalGe>11</TotalGe>
  <UnidNegoDescripcion>sample string 12</UnidNegoDescripcion>
  <Valor>sample string 2</Valor>
</RptERIRPS>