POST api/reservation/payment
Request Information
URI Parameters
None.
Body Parameters
reservation_payment| Name | Description | Type | Additional information |
|---|---|---|---|
| id_reservation | integer |
None. |
|
| status_payment | integer |
None. |
|
| payment_price | integer |
None. |
|
| payment_method | integer |
None. |
|
| description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_reservation": 1,
"status_payment": 2,
"payment_price": 3,
"payment_method": 4,
"description": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.