Interface PatchLocationGroupWithGroupIdRequest

interface PatchLocationGroupWithGroupIdRequest {
    groupId: string;
    locationGroup: LocationGroup;
    office: string;
    replaceAssignedLocs?: boolean;
}

Properties

groupId: string
locationGroup: LocationGroup
office: string
replaceAssignedLocs?: boolean