GetProductLinkedSessionResponse
Response containing the session-linked product stock.
product objectrequired
Real-time stock and pricing of a product linked to an event session.
SOAP equivalent: ACPO_CatalogProduct (with its ACPO_CatalogGeneric).
foundbooleanrequired
Whether a product was found for the requested (product, session) pair.
catalogElementIdinteger<int32>required
Product generic identifier (SOAP: CatalogGeneric.ID_CatalogElement).
typeCatalogElementinteger<int32>required
Element type (SOAP: CatalogGeneric.TypeCatalogElement, 1110).
labelstringnullable
Product label (SOAP: CatalogGeneric.Label).
codestringnullable
Product code (SOAP: CatalogGeneric.Code).
dateOuverturestring<date-time>required
Session opening date (SOAP: CatalogGeneric.DateOuverture).
dateFermeturestring<date-time>required
Session closing date (SOAP: CatalogGeneric.DateFermeture).
amountnumber<double>required
Unit amount (SOAP: Amount).
amountDetailnumber<double>[]nullable
Amount breakdown, 10 slots (SOAP: AmountDetail).
stockinteger<int32>required
Available stock (SOAP: Stock).
stockIdinteger<int32>required
Stock holder session identifier (SOAP: ID_Stock).
GetProductLinkedSessionResponse
{
"product": {
"found": true,
"catalogElementId": 0,
"typeCatalogElement": 0,
"label": "string",
"code": "string",
"dateOuverture": "2024-07-29T15:51:28.071Z",
"dateFermeture": "2024-07-29T15:51:28.071Z",
"amount": 0,
"amountDetail": [
0
],
"stock": 0,
"stockId": 0
}
}