Skip to main content

GetCatalogDateProductsResponse

The products of a session. SOAP equivalent: output of ACP_CatalogDateGetProducts.

products object[]nullable

The products (SOAP: ListCatalogDateProduct).

  • Array [
  • 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).

  • ]
  • GetCatalogDateProductsResponse
    {
    "products": [
    {
    "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"
    }
    ]
    }