Skip to main content

CompanyListResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CompanyListResponse.json
companies object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/Company.json
    abistring
    addressstringrequired
    beneficiariostring
    bicstring
    cabstring
    capitaleSocialedouble
    citystringrequired
    codiceFiscalestring
    countrystringrequired
    createdAtdate-timerequired
    createdBystring
    deletedAtdate-time
    denominationstringrequired
    emailstring
    fiscalIdCodestringrequired
    fiscalIdCountrystringrequired
    ibanstring
    idstringrequired
    isActivebooleanrequired
    isDefaultbooleanrequired
    isProfessionalboolean
    istitutoFinanziariostring
    notesstring
    numeroCivicostring
    pecstring
    phonestring
    postalCodestringrequired
    provincestring
    reaNumberstring
    reaOfficestring
    regimeFiscalestringrequired
    socioUnicostring
    statoLiquidazionestring
    updatedAtdate-timerequired
  • ]
  • pageint64required
    pageSizeint64required
    totalint64required
    totalPagesint64required
    CompanyListResponse
    {
    "$schema": "https://example.com/schemas/CompanyListResponse.json",
    "companies": "Unknown Type: array,null",
    "page": 0,
    "pageSize": 0,
    "total": 0,
    "totalPages": 0
    }