POST api/empleado/bono-neto/actualizar-extras
Request Information
URI Parameters
None.
Body Parameters
BonoNetoMensual| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| cabeceraId | integer |
None. |
|
| codEmpleado | string |
None. |
|
| nombreEmpleado | string |
None. |
|
| dni | string |
None. |
|
| foto | string |
None. |
|
| centroCosto | string |
None. |
|
| centroCostoNombre | string |
None. |
|
| cargo | string |
None. |
|
| grupo | string |
None. |
|
| fuenteKpi | string |
None. |
|
| bonoBruto | decimal number |
None. |
|
| metaVentas | decimal number |
None. |
|
| ventaAlcanzada | decimal number |
None. |
|
| pctVenta | decimal number |
None. |
|
| metaMargenContrib | decimal number |
None. |
|
| margenContribAlc | decimal number |
None. |
|
| pctMC | decimal number |
None. |
|
| satisfaccion | decimal number |
None. |
|
| satisfaccionEfectiva | decimal number |
None. |
|
| bonoVenta | decimal number |
None. |
|
| bonoMC | decimal number |
None. |
|
| bonoSat | decimal number |
None. |
|
| bonoCalculado | decimal number |
None. |
|
| bonoMulticliente | decimal number |
None. |
|
| bonoPricePro | decimal number |
None. |
|
| bonoNetoFinal | decimal number |
None. |
|
| observaciones | string |
None. |
|
| fechaCalculo | string |
None. |
|
| usuarioCalculo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"cabeceraId": 2,
"codEmpleado": "sample string 3",
"nombreEmpleado": "sample string 4",
"dni": "sample string 5",
"foto": "sample string 6",
"centroCosto": "sample string 7",
"centroCostoNombre": "sample string 8",
"cargo": "sample string 9",
"grupo": "sample string 10",
"fuenteKpi": "sample string 11",
"bonoBruto": 12.0,
"metaVentas": 1.0,
"ventaAlcanzada": 1.0,
"pctVenta": 1.0,
"metaMargenContrib": 1.0,
"margenContribAlc": 1.0,
"pctMC": 1.0,
"satisfaccion": 1.0,
"satisfaccionEfectiva": 1.0,
"bonoVenta": 13.0,
"bonoMC": 14.0,
"bonoSat": 15.0,
"bonoCalculado": 16.0,
"bonoMulticliente": 17.0,
"bonoPricePro": 18.0,
"bonoNetoFinal": 19.0,
"observaciones": "sample string 20",
"fechaCalculo": "sample string 21",
"usuarioCalculo": "sample string 22"
}
application/xml, text/xml
Sample:
<BonoNetoMensual xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models"> <bonoBruto>12</bonoBruto> <bonoCalculado>16</bonoCalculado> <bonoMC>14</bonoMC> <bonoMulticliente>17</bonoMulticliente> <bonoNetoFinal>19</bonoNetoFinal> <bonoPricePro>18</bonoPricePro> <bonoSat>15</bonoSat> <bonoVenta>13</bonoVenta> <cabeceraId>2</cabeceraId> <cargo>sample string 9</cargo> <centroCosto>sample string 7</centroCosto> <centroCostoNombre>sample string 8</centroCostoNombre> <codEmpleado>sample string 3</codEmpleado> <dni>sample string 5</dni> <fechaCalculo>sample string 21</fechaCalculo> <foto>sample string 6</foto> <fuenteKpi>sample string 11</fuenteKpi> <grupo>sample string 10</grupo> <id>1</id> <margenContribAlc>1</margenContribAlc> <metaMargenContrib>1</metaMargenContrib> <metaVentas>1</metaVentas> <nombreEmpleado>sample string 4</nombreEmpleado> <observaciones>sample string 20</observaciones> <pctMC>1</pctMC> <pctVenta>1</pctVenta> <satisfaccion>1</satisfaccion> <satisfaccionEfectiva>1</satisfaccionEfectiva> <usuarioCalculo>sample string 22</usuarioCalculo> <ventaAlcanzada>1</ventaAlcanzada> </BonoNetoMensual>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseAPI| Name | Description | Type | Additional information |
|---|---|---|---|
| Exito | boolean |
None. |
|
| Mensaje | string |
None. |
|
| Excepcion | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Exito": true,
"Mensaje": "sample string 2",
"Excepcion": "sample string 3",
"Data": {}
}
application/xml, text/xml
Sample:
<ResponseAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models"> <Data /> <Excepcion>sample string 3</Excepcion> <Exito>true</Exito> <Mensaje>sample string 2</Mensaje> </ResponseAPI>