Hi @Juraj Mikulas ,
I guess you want to get ii data, you can do it directly.
try
{
Itinerary ii = new Itinerary()
{
toCity = "ddd",
fromCity = "ff"
};
GetAirfareRequest getAirfareRequest = new GetAirfareRequest()
{
itinerary = ii,
};
}
https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.messagebodymemberattribute?view=dotnet-plat-ext-6.0
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.