POST api/Pagamento

Request Information

URI Parameters

None.

Body Parameters

Pagamento
NameDescriptionTypeAdditional information
MetodoPagamento

string

None.

TotalPagar

decimal number

None.

ID

integer

None.

ReservaID

integer

None.

DocIDHospede

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MetodoPagamento": "sample string 1",
  "TotalPagar": 2.1,
  "ID": 3,
  "ReservaID": 1,
  "DocIDHospede": 5
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.