Alokai

SapccApiGetPunchOutSessionInfoRequest

Request parameters for getPunchOutSessionInfo operation in SapccApi. SapccApiGetPunchOutSessionInfoRequest

interface SapccApiGetPunchOutSessionInfoRequest {
	readonly baseSiteId: string;
	readonly fields?: string;
	readonly sid: string;
}

Properties

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

On this page