Skip to main content

JobCode

Represents a job code.

type JobCode {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

JobCode.createdAt ● DateTime! non-null scalar

The date and time the record was created.

JobCode.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

JobCode.id ● ID! non-null scalar

The unique identifier of the job code.

JobCode.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

JobCode.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

JobCode.name ● String! non-null scalar

The name of this job code.

JobCode.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the job code. Optional. The value must be unique across all job codes for an event.

Member Of

JournalEntry object