Alokai

SapccApiGetCountryRegionsRequest

Request parameters for getCountryRegions operation in SapccApi. SapccApiGetCountryRegionsRequest

interface SapccApiGetCountryRegionsRequest {
	readonly baseSiteId: string;
	readonly countyIsoCode: string;
	readonly fields?: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetCountryRegions
countyIsoCodeRequiredstringAn ISO code for a country {string} SapccApiGetCountryRegions
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetCountryRegions

On this page