Skip to main content

Warranty

No description

type Warranty {
agreementNumber: String
createdDate: DateTime!
endDateValidity: Date
id: UUID!
organizationId: UUID!
securityAmount: Int
startDateValidity: Date
updatedDate: DateTime!
}

Fields

NomTypeDescription
agreementNumberString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
endDateValidityDate scalar
idUUID! non-null scalarUnique identifier of the entity
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
securityAmountInt scalar
startDateValidityDate scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity MoralProfile