Jupiter ERP
Account API

CostCenter

Fields, types, and references to other models.

CostCenter (object)

FieldTypeDescription
booking_account_numberinteger
codestring
created_atstring (date-time)Creation timestamp in ISO 8601 format.
id*integer
name*string
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
Example (JSON)
{
  "id": 0,
  "name": "string",
  "code": "string",
  "booking_account_number": 0,
  "updated_at": "2025-01-14T13:51:15.000Z",
  "created_at": "2025-01-14T13:51:15.000Z"
}
Schema CostCenter · Jupiter ERP