Company
List Domestic Countries
Returns the list of domestic countries for account contracted country and brand.
get/restapi/v1.0/dictionary/brand/{brandId}/contracted-country/{contractedCountryId}
Path parameters
brandIdstring required
Internal identifier of a brand
contractedCountryIdstring required
Internal identifier of a country
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are accepted
perPageinteger
Indicates a page size (number of items)
Response
Domestic countries list
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}