Environment object

Example JSON representation

{
  "added": "2013-01-01T12:34:56.789Z",
  "costCenter": {
    "id": "string"
  },
  "id": 1,
  "name": "string",
  "status": "active",
  "type": "cmp"
}

Properties

property attributes valid values description filter option
name
string
required
filterable
?name=...
added
string
read-only
filterable
?added=...
id
integer
read-only
filterable
?id=...
costCenter
CostCenterForeignKey object
optional
filterable
Pass the id of the object you are referencing in:
?costCenter=...
status
string
optional
filterable
"active"
"inactive"
?status=...
type
string
create-only
filterable
"cmp"
"iacp"
?type=...

Endpoints using this object