POST api/planilla/PlanillaReporteGuardar/{usuario_Id}/{planillaTipoPago_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usuario_Id | string |
Required |
|
| planillaTipoPago_Id | integer |
Required |
Body Parameters
PlanillaReporte| Name | Description | Type | Additional information |
|---|---|---|---|
| Emp_Id | integer |
None. |
|
| Doc_Id | integer |
None. |
|
| Planilla_Id | integer |
None. |
|
| Planilla | string |
None. |
|
| PlanillaEstado_Id | integer |
None. |
|
| PlanillaEstado | string |
None. |
|
| PlanillaTipoPago_Id | integer |
None. |
|
| PlanillaTipoPago | string |
None. |
|
| FechaRegistro | string |
None. |
|
| PlanillaAnio_Id | integer |
None. |
|
| PlanillaAnio | integer |
None. |
|
| PlanillaMes_Id | integer |
None. |
|
| PlanillaMes | string |
None. |
|
| PlanillaPeriodo_Id | integer |
None. |
|
| PlanillaPeriodo | string |
None. |
|
| SalarioBruto | decimal number |
None. |
|
| AguinaldoAplicado | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Emp_Id": 1,
"Doc_Id": 2,
"Planilla_Id": 3,
"Planilla": "sample string 4",
"PlanillaEstado_Id": 5,
"PlanillaEstado": "sample string 6",
"PlanillaTipoPago_Id": 7,
"PlanillaTipoPago": "sample string 8",
"FechaRegistro": "sample string 9",
"PlanillaAnio_Id": 10,
"PlanillaAnio": 11,
"PlanillaMes_Id": 12,
"PlanillaMes": "sample string 13",
"PlanillaPeriodo_Id": 14,
"PlanillaPeriodo": "sample string 15",
"SalarioBruto": 16.0,
"AguinaldoAplicado": 17
}
text/html
Sample:
{"Emp_Id":1,"Doc_Id":2,"Planilla_Id":3,"Planilla":"sample string 4","PlanillaEstado_Id":5,"PlanillaEstado":"sample string 6","PlanillaTipoPago_Id":7,"PlanillaTipoPago":"sample string 8","FechaRegistro":"sample string 9","PlanillaAnio_Id":10,"PlanillaAnio":11,"PlanillaMes_Id":12,"PlanillaMes":"sample string 13","PlanillaPeriodo_Id":14,"PlanillaPeriodo":"sample string 15","SalarioBruto":16.0,"AguinaldoAplicado":17}
application/xml, text/xml
Sample:
<PlanillaReporte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Business.Models"> <AguinaldoAplicado>17</AguinaldoAplicado> <Doc_Id>2</Doc_Id> <Emp_Id>1</Emp_Id> <FechaRegistro>sample string 9</FechaRegistro> <Planilla>sample string 4</Planilla> <PlanillaAnio>11</PlanillaAnio> <PlanillaAnio_Id>10</PlanillaAnio_Id> <PlanillaEstado>sample string 6</PlanillaEstado> <PlanillaEstado_Id>5</PlanillaEstado_Id> <PlanillaMes>sample string 13</PlanillaMes> <PlanillaMes_Id>12</PlanillaMes_Id> <PlanillaPeriodo>sample string 15</PlanillaPeriodo> <PlanillaPeriodo_Id>14</PlanillaPeriodo_Id> <PlanillaTipoPago>sample string 8</PlanillaTipoPago> <PlanillaTipoPago_Id>7</PlanillaTipoPago_Id> <Planilla_Id>3</Planilla_Id> <SalarioBruto>16</SalarioBruto> </PlanillaReporte>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |