Alokai

SapccApiGetOrgProductRequest

Request parameters for getOrgProduct operation in SapccApi. SapccApiGetOrgProductRequest

interface SapccApiGetOrgProductRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly productCode: string;
}

Properties

NameRequiredTypeDescription
baseSiteIdRequiredstringBase site identifier {string} SapccApiGetOrgProduct
fieldsOptionalstringResponse configuration. This is the list of fields that should be returned in the response body. Examples: BASIC,DEFAULT,FULL {string} SapccApiGetOrgProduct
productCodeRequiredstringProduct identifier. {string} SapccApiGetOrgProduct

On this page