@theredspace/spp-client
    Preparing search index...

    Interface ItemToUserLocation

    A many-to-many link between an Item, a UserLocation and a TaxLocation. Supports Add, Read, Modify, Upsert, Delete.

    interface ItemToUserLocation {
        created: string;
        id: string;
        itemid: string;
        tax_locationid: string;
        updated: string;
        user_locationid: string;
    }
    Index

    Properties

    created: string
    id: string
    itemid: string
    tax_locationid: string
    updated: string
    user_locationid: string