Skip to main content

Template

No description

type Template {
createdDate: DateTime!
id: UUID!
name: String!
organizationId: UUID!
provider: ProviderType!
type: TemplateType!
updatedDate: DateTime!
}

Fields

NomTypeDescription
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
nameString! non-null scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
providerProviderType! non-null enum
typeTemplateType! non-null enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity template templates RentalFolderContractDetails