GET api/Pagamento

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Pagamento
NameDescriptionTypeAdditional information
MetodoPagamento

string

None.

TotalPagar

decimal number

None.

ID

integer

None.

ReservaID

integer

None.

DocIDHospede

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "MetodoPagamento": "sample string 1",
    "TotalPagar": 2.1,
    "ID": 3,
    "ReservaID": 1,
    "DocIDHospede": 5
  },
  {
    "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.