GET api/Quotehotel?foliores={foliores}&foliodet={foliodet}&total={total}&proveedor={proveedor}&clavecontrato={clavecontrato}&hhp={hhp}&clavehab={clavehab}&claveplan={claveplan}&metodopago={metodopago}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
foliores | integer |
Required |
|
foliodet | integer |
Required |
|
total | decimal number |
Required |
|
proveedor | string |
Required |
|
clavecontrato | string |
Required |
|
hhp | integer |
Required |
|
clavehab | string |
Required |
|
claveplan | 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 }