Skip to content

Commit c38aa6d

Browse files
committed
exampla json object issue fixed
1 parent 8e1c509 commit c38aa6d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/endpoints/GetFareFamilyList.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ use TK\SDK\ValueObject\Factory\GetFareFamilyListParametersFactory;
2424

2525
$json =<<<JSON
2626
{
27-
"cabin_code": "Y",
28-
"card_type": "EP",
29-
"destination": "IST",
30-
"flightDate": "21.04.2017",
31-
"operatingFlightNumber": "TK1000",
32-
"origin": "FRA"
27+
"portList":[
28+
"IST",
29+
"JFK"
30+
],
31+
"isMilesRequest" : "T"
3332
}
34-
3533
JSON;
3634
$parameterObject = GetFareFamilyListParametersFactory::createFromJson($json);
3735

0 commit comments

Comments
 (0)