Skip to content

Documentation CustomerService (1.1)

The Customers namespace has Entities and Operations concerned with Customer and Company management.

Download OpenAPI description
Languages
Servers
https://demo.storm.io/api/1.1/

Schemas

Schemas

PricelistItem

PartNostring

PartNo of the SKU for this price item. MaxLength: 50.

PricelistIdinteger(int32)

The internal pricelist id.

Pricenumber(decimal)

The price. Read only. Currency is from the pricelist.

PriceRecommendednumber or null(decimal)

The price from inherited pricelist, if any.

IsActiveboolean

Specifies if the pricelist item is active or not. Ignored when inserting new pricelist items.

PriceRuleobject(PricelistPriceRule)(PricelistPriceRule)
{ "PartNo": "string", "PricelistId": 0, "Price": 0, "PriceRecommended": 0, "IsActive": true, "PriceRule": { "RuleId": 0, "Value": 0 } }

PricelistPopulationRule

RuleIdinteger or null(int32)

An internal id for a specific rule. Set to null when creating a rule.

ManufacturerIdinteger or null(int32)

An optional internal manufacturer id. Used if the priceList is restricted to a specific manufacturer.

CategoryIdinteger or null(int32)

An optional internal category id. Used if the priceList is restricted to a specific category.

IsSupplierRequiredboolean

Specifies if the populations is from a supplier.

IsInclusiveboolean

Specifies if the population rule is inclusive or exclusive.

{ "RuleId": 0, "ManufacturerId": 0, "CategoryId": 0, "IsSupplierRequired": true, "IsInclusive": true }

PricelistPriceRule

RuleIdinteger or null(int32)

An internal id for a specific rule. Consult Norce for a list of valid ids and what they mean.

Valuenumber or null(decimal)

The value associated with the rule. The ruleId specifies how this value is used.

{ "RuleId": 0, "Value": 0 }

Accounts

Operations

Address

Operations

Companies

Operations

Contacts

Operations

Customers

Operations

Flags

Operations

InfoTypes

Operations

PriceLists

Operations