/kdb/getCountries/

Receives a list of countries from the TVS service.

Request

POST {{server}}/VPE/kdb/getCountries/
Content-Type: application/json

{
    "DeviceId": "device-id",
    "SessionId": "..."
}

Response

{
    "Success": true,
    "Message": "Operation executed successfully.",

    "Countries": [ ... ]
}
KDBGetCountriesResponse.Countries

= Countries

List of KDBCountry instances.

See also

The KDBCountry model for more information about country details.