Skip to main content

RenterCollection

  • Array [
  • idintegerrequired
    codestring | nullnullablerequired
    external_idstring | nullnullablerequired
    namestringrequired
    descriptionstring | nullnullablerequired
    emailstring | nullnullablerequired
    phonestring | nullnullablerequired
    mobilestring | nullnullablerequired
    company_namestring | nullnullablerequired
    company_positionstring | nullnullablerequired
    tags object[]
  • Array [
  • idintegerrequired
    namestringrequired
    colorstring | nullnullablerequired
    items_countinteger
    renters_countinteger
    rentals_countstring
    created_atstring | nullnullablerequired
    updated_atstring | nullnullablerequired
  • ]
  • created_atstring | nullnullablerequired
    updated_atstring | nullnullablerequired
    deleted_atstring | nullnullablerequired
  • ]
  • RenterCollection
    [
    {
    "id": 0,
    "code": "string",
    "external_id": "string",
    "name": "string",
    "description": "string",
    "email": "string",
    "phone": "string",
    "mobile": "string",
    "company_name": "string",
    "company_position": "string",
    "tags": [
    {
    "id": 0,
    "name": "string",
    "color": "string",
    "items_count": 0,
    "renters_count": 0,
    "rentals_count": "string",
    "created_at": "string",
    "updated_at": "string"
    }
    ],
    "created_at": "string",
    "updated_at": "string",
    "deleted_at": "string"
    }
    ]