POST api/Flights/addsessionincart?sessionid={sessionid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sessionid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| msgCode | string |
None. |
|
| msgText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"msgCode": "sample string 1",
"msgText": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Template.ViewModel.Common"> <msgCode>sample string 1</msgCode> <msgText>sample string 2</msgText> </ResponseMessage>