CatalogDateProductDto
A product of a session. SOAP equivalent: ACPO_CatalogProduct / ACPO_CatalogGeneric.
stockIdinteger<int32>required
Stock container id (SOAP: ID_Stock).
catalogElementIdinteger<int32>required
Catalog element / generic id (SOAP: CatalogGeneric.ID_CatalogElement).
codestringnullable
Product code (SOAP: CatalogGeneric.Code).
labelstringnullable
Product label (SOAP: CatalogGeneric.Label).
typeProductinteger<int32>required
Product type (SOAP: CatalogGeneric.TypeCatalogElement).
dateStartstring<date-time>required
Opening date (SOAP: CatalogGeneric.DateOuverture).
dateEndstring<date-time>required
Closing date (SOAP: CatalogGeneric.DateFermeture).
amountnumber<double>required
Main amount (SOAP: Amount).
amountDetailnumber<double>[]nullable
The 10 amount components (SOAP: AmountDetail).
stockinteger<int32>required
Available quantity (SOAP: Stock).
commentstring<byte>nullable
Optional binary comment (SOAP: CatalogGeneric.Comment).
CatalogDateProductDto
{
"stockId": 0,
"catalogElementId": 0,
"code": "string",
"label": "string",
"typeProduct": 0,
"dateStart": "2024-07-29T15:51:28.071Z",
"dateEnd": "2024-07-29T15:51:28.071Z",
"amount": 0,
"amountDetail": [
0
],
"stock": 0,
"comment": "string"
}