GET api/NominasReporte

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Tb_NominasReporte
NameDescriptionTypeAdditional information
Id_Nomina

integer

None.

Nombre

string

None.

TotDevengado

string

None.

NetoPagar

string

None.

Id_Usuario

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id_Nomina": 1,
    "Nombre": "sample string 2",
    "TotDevengado": "sample string 3",
    "NetoPagar": "sample string 4",
    "Id_Usuario": 1.0
  },
  {
    "Id_Nomina": 1,
    "Nombre": "sample string 2",
    "TotDevengado": "sample string 3",
    "NetoPagar": "sample string 4",
    "Id_Usuario": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfTb_NominasReporte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models">
  <Tb_NominasReporte>
    <Id_Nomina>1</Id_Nomina>
    <Id_Usuario>1</Id_Usuario>
    <NetoPagar>sample string 4</NetoPagar>
    <Nombre>sample string 2</Nombre>
    <TotDevengado>sample string 3</TotDevengado>
  </Tb_NominasReporte>
  <Tb_NominasReporte>
    <Id_Nomina>1</Id_Nomina>
    <Id_Usuario>1</Id_Usuario>
    <NetoPagar>sample string 4</NetoPagar>
    <Nombre>sample string 2</Nombre>
    <TotDevengado>sample string 3</TotDevengado>
  </Tb_NominasReporte>
</ArrayOfTb_NominasReporte>