POST api/ApiRestMirai/GetBookingConditions
Request Information
URI Parameters
None.
Body Parameters
RQ_GetBookingConditions| Name | Description | Type | Additional information |
|---|---|---|---|
| Localizador | string |
None. |
|
| FechaGrabacion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Localizador": "sample string 1",
"FechaGrabacion": 2
}
Response Information
Resource Description
Collection of RS_GetBookingConditions| Name | Description | Type | Additional information |
|---|---|---|---|
| OTipo | string |
None. |
|
| OLinid | integer |
None. |
|
| OTxt | string |
None. |
|
| OVinc1 | string |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OTipo": "sample string 1",
"OLinid": 2,
"OTxt": "sample string 3",
"OVinc1": "sample string 4",
"Error": "sample string 5"
},
{
"OTipo": "sample string 1",
"OLinid": 2,
"OTxt": "sample string 3",
"OVinc1": "sample string 4",
"Error": "sample string 5"
}
]