Alokai

SapccApiGetCardTypesRequest

Request parameters for getCardTypes operation in SapccApi. SapccApiGetCardTypesRequest

interface SapccApiGetCardTypesRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
}

Properties

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

On this page