We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252f550 commit 8e1c509Copy full SHA for 8e1c509
1 file changed
docs/endpoints/RetrieveReservationDetail.md
@@ -24,8 +24,8 @@ use TK\SDK\ValueObject\Factory\RetrieveReservationDetailParametersFactory;
24
25
$json =<<<JSON
26
{
27
- "airlineCode": "TK",
28
- "languageCode": "TR"
+ "UniqueId": "TT8VN8",
+ "Surname": "CELIKTAS"
29
}
30
JSON;
31
$parameterObject = RetrieveReservationDetailParametersFactory::createFromJson($json);
0 commit comments