Jupiter ERP
Account API

UpdateServiceObjectRequest

Fields, types, and references to other models.

UpdateServiceObjectRequest (object)

FieldTypeDescription
contact_idinteger
formatted_numberstring
installed_atstring (date)
internal_descriptionstring
locationstring
namestring
numberinteger
portal_descriptionstring
serial_numberstring
statusstring

string

  • active
  • inactive
typestring

string

  • machine
  • building
  • device
  • vehicle
  • other
Example (JSON)
{
  "number": 0,
  "formatted_number": "string",
  "name": "string",
  "type": "machine",
  "serial_number": "string",
  "location": "string"
}
Schema UpdateServiceObjectRequest · Jupiter ERP