API changes — addition to Landing Company response
We are adding ‘support_professional_client’ as a new parameter to our landing_company response API call.
This new integer parameter indicates whether we support professional clients for that landing company and has one of these values: 0, 1.
Here is an simplified example of landing_company response:
{ "echo_req": { "landing_company": "id" }, "landing_company": { "landing_company": { "financial_company": { support_professional_client : 0 }, "mt_financial_company": { support_professional_client : 0 }, "dxtrade_financial_company": { support_professional_client : 0 }, "dxtrade_gaming_company": { support_professional_client : 0 }, "mt_gaming_company": { support_professional_client : 0 }, "gaming_company":{ support_professional_client : 0 } } "name": "Indonesia", "virtual_company": "virtual" } "msg_type": "landing_company" }
Please make the necessary changes to your code if you wanted to use 'support_professional_client'. This is an extra field and it won't break the code.
Thank you.
Tagged: