Interface PatchLevelsWithLevelIdRequest

interface PatchLevelsWithLevelIdRequest {
    effectiveDate?: string;
    levelId: string;
    locationLevel: LocationLevel;
}

Properties

effectiveDate?: string
levelId: string
locationLevel: LocationLevel