Skip to main content

GetCatalogContingentsResponse

Response containing a list of catalog contingents.

contingents object[]nullable

The list of active contingents in the catalog.

  • Array [
  • contingentIdinteger<int32>required

    The unique identifier of the contingent.

    contingentNamestringnullable

    The name of the contingent (e.g., Public, VIP, Press).

  • ]
  • GetCatalogContingentsResponse
    {
    "contingents": [
    {
    "contingentId": 0,
    "contingentName": "string"
    }
    ]
    }