POST api/ticketNominado/guardar
Guarda un ticket nominado.
Request Information
URI Parameters
None.
Body Parameters
El objeto ticketNominadoDTO que contiene los datos del ticket nominado.
ticketNominadoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketNominadoId | integer |
None. |
|
| ordenCompraDetalleId | integer |
None. |
|
| nombre | string |
None. |
|
| rutdni | string |
None. |
|
| correo | string |
None. |
|
| existe | boolean |
None. |
|
| orden | integer |
None. |
|
| eliminado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticketNominadoId": 1,
"ordenCompraDetalleId": 2,
"nombre": "sample string 3",
"rutdni": "sample string 4",
"correo": "sample string 5",
"existe": true,
"orden": 7,
"eliminado": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
El resultado de la operación.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.