PriceList - accountsIQ/API-Wiki GitHub Wiki

A price list is used to create special pricing for some customers. The prices can be adapted by date and by range of quantity invoiced.

PriceList

PriceList members

Name Type Description Constraints
AuthorUserID String Get identifier of the user who created the price list.
    CreationDate DateTime Get the price list creation date.
      Description String Get/Set the description of a price list.
      • Cannot be null.
      • Cannot be longer than 50 characters long.
      Items PriceListItem[] Get/Set the list of price list items.
        PriceListID String Get the price list identifier.
        • Cannot be null or empty.
        • Cannot be longer than 50 characters long.
        • Must be upper case.
        ⚠️ **GitHub.com Fallback** ⚠️