REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
REST API
SOAP API
FAQ
Changelog
Terms & Conditions
Help Center
  • Common Datatypes
  • AccountService Datatypes
  • AttachmentService Datatypes
  • AuthenticateService Datatypes
  • BudgetService Datatypes
  • ClientService Datatypes
  • CompanyService Datatypes
  • FileService Datatypes
  • InvoiceService Datatypes
  • PaymentService Datatypes
  • PersonService Datatypes
  • ProductService Datatypes
  • ProjectService Datatypes
  • SalesOppService DataTypes
  • TemplateService DataTypes
  • TimeService Datatypes
  • TransactionService DataTypes

ProductService Datatypes

Back to ProductService

ProductSearchParameters

PropertyTypeDescription
IdInt
Default value: Int32.MinValue
The product Id
IdsInt[]
An array of product Ids
CategoryIdInt
Default value: Int32.MinValue
Category Id
NoString
Default value: “”
EAN1String
Default value: “”
NameString
Default value: “”
Name of the product
PriceDecimal
Default value: Decimal.MinValue
The price of the product
DateChangedDateTime
Default value: DateTime.MinValue
If a product was changed after this time it will be returned

ReturnProperties

The return properties consists of an array of Strings. You specify the name of the property you wish to receive on the response from the service. Example below:

<returnProperties>
    <string>Name</string>
    <string>Stock</string>
    <string>CategoryId</string>
</returnProperties>

Product

PropertyTypeDescription
IdInt32
Default value: Int32.MinValue
Product Id
NameStringPlease note: Max length of 125 characters
StockDecimal
Default value: Decimal.MinValue
The stock of the product
StatusIdInt32
Default value: Int32.MinValue
Status of the Product. 1 = Active, 0 = Expired
CategoryIdInt32
Default value: Int32.MinValue
The category Id
PriceGroupIDInt32
Default value: Int32.MinValue
The price group id
InPriceDecimal
Default value: Decimal.MinValue
The in price of the product
DescriptionStringProduct description.
Please note: Max length of 500 characters
DescriptionLongStringLong Product description.
Max length of 1 073 741 823 characters
CostDecimal
Default value: typeof(Decimal)
The cost of the product
EAN1StringPlease note: Max length of 50 characters
PriceDecimal
Default value: Decimal.MinValue
The price of the product
NoStringIs shown in an order row as "product nr".
Please note: Max length of 100 characters
DateChangedDateTime
Default value: DateTime.MinValue
The date when the product was changed
APIExceptionAPIException
Default value: null
If there is an exception it will be returned in this object
WeightDecimal
Default value: Decimal.MinValue
The weight of the product
MinimumStockDecimal
Default value: Decimal.MinValue
OrderProposalDecimal
Default value: Decimal.MinValue
StockLocationStringLocation of the stock.
Please note: Max length of 100 characters
SupplierProductCodeStringThe suppliers product code.
Please note: Max length of 50 characters
SupplierProductNameStringThe suppliers product name.
Please note: Max length of 250 characters
WebBooleanNot in use by the 24SO system, but can be used as a way of showing/hiding a product on an integration
ProductCodeString
StockControlledString
CashPriceIncTaxDouble
WebPriceDecimal
SupplierIdInt
TaxRateDecimal
NewOfferBoolean
NewProductBoolean

Discount

PropertyTypeDescription
PriceGroupIdInt32
Default value: Int32.MinValue
The price group id
CategoryIdInt32
Default value: Int32.MinValue
The category id
CustomerIdInt32
Default value: Int32.MinValue
The customer id
ValueDecimalThe value of the discount

Category

PropertyTypeDescription
IdInt32
Default value: Int32.MinValue
NameString
Default value: “”
NoString
Default value: “”
ParentIdInt32
Default value: Int32.MinValue
APIExceptionAPIException
Default value: null

ProductPriceList

PropertyTypeDescription
IdInt32
Default value: Int32.MinValue
NameString
Default value: “”
IncVatBoolean
Default value: null
CurrencyString
Default value: “”

API Exception

PropertyTypeDescription
TypeString
MessageString
StackTraceString

Back to ProductService

Last Updated: 1/24/24, 8:37 AM
Prev
PersonService Datatypes
Next
ProjectService Datatypes