Jupiter ERP
Account API

ListWarehouses200Response

Felder, Typen und Verweise auf andere Modelle.

ListWarehouses200Response (object)

FeldTypBeschreibung
data*object[]

array

Elemente

FeldTypBeschreibung
active*boolean
address_line_1stringFirst line of the address (Street and House number)
address_line_2stringSecond line of the address
citystringCity of the address.
codestring
country_codestringISO country code of the address.
created_atstring (date-time)Creation timestamp in ISO 8601 format.
descriptionstringHTML
emailstring (email)
id*integer
internal_notestringHTML
locationobject
FeldTypBeschreibung
idinteger
namestring
location_idinteger
name*string
phonestringPhone number in E.164 format.
statestringState or region of the address.
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
zipstringZIP or postal code.
meta*object
FeldTypBeschreibung
current_page*integerThe current page number.
items_from*integerThe starting item number on the current page.
items_to*integerThe ending item number on the current page.
last_page*integerThe last page number.
per_page*integerThe number of items per page.
total*integerThe total number of items.
Beispiel (JSON)
{
  "data": [
    {
      "id": 0,
      "location_id": 0,
      "location": {
        "id": 0,
        "name": "string"
      },
      "name": "string",
      "code": "string",
      "description": "string",
      "active": true
    }
  ],
  "meta": {
    "current_page": 1,
    "last_page": 1,
    "per_page": 15,
    "total": 1,
    "items_from": 1,
    "items_to": 1
  }
}
Schema ListWarehouses200Response · Jupiter ERP