Skip to main content

TicketLocation

No description

type TicketLocation {
createdDate: DateTime!
description: String
id: UUID!
organizationId: UUID!
unitId: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
createdDateDateTime! non-null scalarThe creation date-time of the entity
descriptionString scalar
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
unitIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity Ticket