Skip to main content

Template

No description

type Template {
createdDate: DateTime!
guarantorCount: Int
hasValidatorSignatory: Boolean!
id: UUID!
name: String!
organizationId: UUID!
provider: ProviderType!
signatoryCount: Int
type: TemplateType!
updatedDate: DateTime!
}

Fields

NomTypeDescription
createdDateDateTime! non-null scalarThe creation date-time of the entity
guarantorCountInt scalar
hasValidatorSignatoryBoolean! non-null scalar
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
signatoryCountInt scalar
typeTemplateType! non-null enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity template templates RentalContract RentalFolderContractDetails