GET api/Quotehotel?folioreserva={folioreserva}&foliodet={foliodet}&proveedor={proveedor}&metodopago={metodopago}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
folioreserva | integer |
Required |
|
foliodet | integer |
Required |
|
proveedor | string |
Required |
|
metodopago | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
infoNuevaNetaName | Description | Type | Additional information |
---|---|---|---|
error | integer |
None. |
|
errormsg | string |
None. |
|
proveedor | string |
None. |
|
total | decimal number |
None. |
|
confirmacion | string |
None. |
|
folioNuevoServicio | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "error": 1, "errormsg": "sample string 2", "proveedor": "sample string 3", "total": 4.1, "confirmacion": "sample string 5", "folioNuevoServicio": 6 }