POST api/Evoucher
Request Information
URI Parameters
None.
Body Parameters
Evoucher| Name | Description | Type | Additional information |
|---|---|---|---|
| idEVoucher | integer |
None. |
|
| idMonedero | integer |
None. |
|
| idStatus | integer |
None. |
|
| folio | string |
None. |
|
| idPayment | integer |
None. |
|
| puntos | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"idEVoucher": 1,
"idMonedero": 2,
"idStatus": 3,
"folio": "sample string 4",
"idPayment": 5,
"puntos": 6.1
}
application/xml, text/xml
Sample:
<Evoucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <folio>sample string 4</folio> <idEVoucher>1</idEVoucher> <idMonedero>2</idMonedero> <idPayment>5</idPayment> <idStatus>3</idStatus> <puntos>6.1</puntos> </Evoucher>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Evoucher| Name | Description | Type | Additional information |
|---|---|---|---|
| idEVoucher | integer |
None. |
|
| idMonedero | integer |
None. |
|
| idStatus | integer |
None. |
|
| folio | string |
None. |
|
| idPayment | integer |
None. |
|
| puntos | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"idEVoucher": 1,
"idMonedero": 2,
"idStatus": 3,
"folio": "sample string 4",
"idPayment": 5,
"puntos": 6.1
}
application/xml, text/xml
Sample:
<Evoucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <folio>sample string 4</folio> <idEVoucher>1</idEVoucher> <idMonedero>2</idMonedero> <idPayment>5</idPayment> <idStatus>3</idStatus> <puntos>6.1</puntos> </Evoucher>