GET api/PNR_Retrive/GetServiceHandler?PNR={PNR}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PNR | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Resp | Object |
None. |
|
| Result | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| CheckNegofare | boolean |
None. |
|
| segCheckNegofare | string |
None. |
|
| segtstno | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Resp": {},
"Result": true,
"ErrorMessage": "sample string 4",
"CheckNegofare": true,
"segCheckNegofare": "sample string 6",
"segtstno": "sample string 7"
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Business_objects"> <CheckNegofare>true</CheckNegofare> <ErrorMessage>sample string 4</ErrorMessage> <Resp /> <Result>true</Result> <Status>true</Status> <segCheckNegofare>sample string 6</segCheckNegofare> <segtstno>sample string 7</segtstno> </Response>