PUT api/ExtraServices
Atualiza um serviço extra existente.
Request Information
URI Parameters
None.
Body Parameters
Objeto com os dados atualizados.
ExtraServiceName | Description | Type | Additional information |
---|---|---|---|
ExtraServiceId | integer |
None. |
|
BookingId | integer |
None. |
|
ServiceType | integer |
None. |
|
Price | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExtraServiceId": 1, "BookingId": 1, "ServiceType": 3, "Price": 4.0 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Mensagem de sucesso ou erro.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.