We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1c509 commit c38aa6dCopy full SHA for c38aa6d
1 file changed
docs/endpoints/GetFareFamilyList.md
@@ -24,14 +24,12 @@ use TK\SDK\ValueObject\Factory\GetFareFamilyListParametersFactory;
24
25
$json =<<<JSON
26
{
27
- "cabin_code": "Y",
28
- "card_type": "EP",
29
- "destination": "IST",
30
- "flightDate": "21.04.2017",
31
- "operatingFlightNumber": "TK1000",
32
- "origin": "FRA"
+ "portList":[
+ "IST",
+ "JFK"
+ ],
+ "isMilesRequest" : "T"
33
}
34
-
35
JSON;
36
$parameterObject = GetFareFamilyListParametersFactory::createFromJson($json);
37
0 commit comments