PUT api/Pagamento/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
PagamentoName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.