POST api/MTBooking/GetOLAUrl
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetOLAUrlResult| Name | Description | Type | Additional information |
|---|---|---|---|
| OLAUrl | string |
None. |
|
| Request | RequestModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"OLAUrl": "sample string 1",
"Request": {
"Status": 0,
"Description": "sample string 1"
}
}
application/xml, text/xml
Sample:
<GetOLAUrlResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MTBooking.Web.API.Models">
<OLAUrl>sample string 1</OLAUrl>
<Request>
<Description>sample string 1</Description>
<Status>Ok</Status>
</Request>
</GetOLAUrlResult>