POST api/reservation/payment

Request Information

URI Parameters

None.

Body Parameters

reservation_payment
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.