GET api/NominasReporte/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Tb_NominasReporte| Name | Description | Type | Additional 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
}
application/xml, text/xml
Sample:
<Tb_NominasReporte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softmarket_Api.Models"> <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>