getClientsProvinceList

Operation Id:
clients/provinceList/get [Official Documentaction]
Methods

  • country_code String
Examples

This function returns a list of provinces in Ukraine.

const result = await idosellRequest.getClientsProvinceList
	.country_code("UA")
	.exec()