POST bkn/setPaid/booking

Request Information

URI Parameters

None.

Body Parameters

Request
NameDescriptionTypeAdditional information
idBooking

integer

None.

idBill

integer

None.

statoPagamento

string

None.

username

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idBooking": 1,
  "idBill": 1,
  "statoPagamento": "sample string 1",
  "username": "sample string 2"
}

application/xml, text/xml

Sample:
<dbUpdateEasyRequest.Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IdaWebApi.Areas.Booking.Model">
  <idBill>1</idBill>
  <idBooking>1</idBooking>
  <statoPagamento>sample string 1</statoPagamento>
  <username>sample string 2</username>
</dbUpdateEasyRequest.Request>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Request'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.