Skip to main content

SupplierListResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SupplierListResponse.json
pageint64required
pageSizeint64required
suppliers object[]required
  • Array [
  • $schemauri

    A URL to the JSON Schema for this object.

    Example: https://example.com/schemas/Supplier.json
    addressstringrequired
    bicstring
    citystringrequired
    codiceFiscalestring
    countrystringrequired
    createdAtdate-timerequired
    createdBystring
    deletedAtdate-time
    denominationstring
    emailstring
    fiscalIdCodestringrequired
    fiscalIdCountrystringrequired
    ibanstring
    idstringrequired
    isActivebooleanrequired
    isCompanybooleanrequired
    namestring
    notesstring
    numeroCivicostring
    pecstring
    phonestring
    postalCodestringrequired
    provincestring
    regimeFiscalestring
    surnamestring
    updatedAtdate-timerequired
  • ]
  • totalint64required
    totalPagesint64required
    SupplierListResponse
    {
    "$schema": "https://example.com/schemas/SupplierListResponse.json",
    "page": 0,
    "pageSize": 0,
    "suppliers": "Unknown Type: array,null",
    "total": 0,
    "totalPages": 0
    }