Jupiter ERP
Account API

CreateServiceObjectRequest

Fields, types, and references to other models.

CreateServiceObjectRequest (object)

FieldTypeDescription
contact_idinteger
formatted_numberstringDisplay number; omit to generate from account service number format
installed_atstring (date)
internal_descriptionstring
locationstring
name*string
numberintegerSequential number; omit to assign next free number
portal_descriptionstring
serial_numberstring
statusstring

string

  • active
  • inactive
type*string

string

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