PUT api/Pagamento/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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.