POST api/NominasReporte

Request Information

URI Parameters

None.

Body Parameters

Tb_NominasReporte
NameDescriptionTypeAdditional information
Id_Nomina

integer

None.

Nombre

string

None.

TotDevengado

string

None.

NetoPagar

string

None.

Id_Usuario

decimal number

None.

Request 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>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Tb_NominasReporte'.

Response Information

Resource Description

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
}

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>