Skip to main content

S2.Margot.ClientApiContracts.Dto.OwnedProductSearchResult

totalResultCountinteger<int32>
offsetinteger<int32>
limitinteger<int32>
list object[]nullable
  • Array [
  • ownedProductIdinteger<int32>
    namestringnullable
    productIdinteger<int32>
    durationCountinteger<int32>nullable
    durationTypestringnullable
    productTypestringnullable
    qtyinteger<int32>
    tenantIdinteger<int32>
    priceinteger<int32>
    fullProductPriceinteger<int32>
    statusstringnullable
    effectiveAtstring<date-time>
    effectiveThroughstring<date-time>nullable
    supplementalFeatureQtynumber<double>nullable
    tagstringnullable
    renewalProductIdinteger<int32>nullable
    renewalProductNamestringnullable
    renewalProductPriceinteger<int32>nullable
    renewalEffectiveAtstring<date-time>nullable
    renewalEffectiveThroughstring<date-time>nullable
  • ]
  • warningsstring[]nullable
    S2.Margot.ClientApiContracts.Dto.OwnedProductSearchResult
    {
    "totalResultCount": 0,
    "offset": 0,
    "limit": 0,
    "list": [
    {
    "ownedProductId": 0,
    "name": "string",
    "productId": 0,
    "durationCount": 0,
    "durationType": "string",
    "productType": "string",
    "qty": 0,
    "tenantId": 0,
    "price": 0,
    "fullProductPrice": 0,
    "status": "string",
    "effectiveAt": "2024-07-29T15:51:28.071Z",
    "effectiveThrough": "2024-07-29T15:51:28.071Z",
    "supplementalFeatureQty": 0,
    "tag": "string",
    "renewalProductId": 0,
    "renewalProductName": "string",
    "renewalProductPrice": 0,
    "renewalEffectiveAt": "2024-07-29T15:51:28.071Z",
    "renewalEffectiveThrough": "2024-07-29T15:51:28.071Z"
    }
    ],
    "warnings": [
    "string"
    ]
    }