Skip to content

Commit 8e1c509

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/endpoints/RetrieveReservationDetail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ use TK\SDK\ValueObject\Factory\RetrieveReservationDetailParametersFactory;
2424

2525
$json =<<<JSON
2626
{
27-
"airlineCode": "TK",
28-
"languageCode": "TR"
27+
"UniqueId": "TT8VN8",
28+
"Surname": "CELIKTAS"
2929
}
3030
JSON;
3131
$parameterObject = RetrieveReservationDetailParametersFactory::createFromJson($json);

0 commit comments

Comments
 (0)