OBJECT

QuoteEntity

link GraphQL Schema definition

  • type QuoteEntity {
  • # Arguments
  • # apiNames: Api names of custom fields to retrieve. All are
  • # returned if not set.
  • customFields(apiNames: [String!]): JSONString!
  • # Deferred property. Will return data only if called via get_by_id. Otherwise null
  • # or empty array is used.
  • pendingScheduledActions: Int
  • # Tells if the entity instance is protected against delete (Entities that need to
  • # be present in the system at any time). Delete action still may fail if entity is
  • # deletable, due some other additional validations.
  • isDeleteProtected: Boolean!
  • # Unique identifier of entity.
  • id: ID!
  • # Specifies if the entity is considered deleted.
  • isDeleted: Boolean
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • oppty: OpportunityEntity
  • owner: ClientEntity
  • productCurrency: CurrencyEntity
  • productPriceList: ProductPriceListEntity
  • quoteType: QuoteTypeEntity
  • reasonOfClose: DataEntity
  • step: StepEntity
  • unit: SalesUnitEntity
  • # Multi-line text input field.
  • description: String
  • # Date information.
  • expirationDate: Date
  • # Boolean value.
  • isArchived: Boolean
  • # Name of the entity and its default text representation.
  • name: String!
  • # Relation to single entity instance.
  • opptyId: ID
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Relation to single entity instance.
  • productCurrencyId: ID
  • # Relation to single entity instance.
  • productPriceListId: ID
  • productSections: [ProductSection!]
  • # Simple text input field.
  • quickAccountEmail: String
  • # Simple text input field.
  • quickAccountName: String
  • # Simple text input field.
  • quickAccountPhone: String
  • # Simple text input field.
  • quickContactName: String
  • # Simple text input field.
  • quickEmail: String
  • # Simple text input field.
  • quickPhone: String
  • # Auto-generated sequence.
  • quoteNumber: String!
  • # Relation to single entity instance.
  • quoteTypeId: ID
  • # Multi-line text input field.
  • reasonOfCloseDescription: String
  • # Relation to single entity instance.
  • reasonOfCloseId: ID
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ShareModeEnum
  • # Relation to single entity instance.
  • stepId: ID!
  • # Relation to single entity instance.
  • unitId: ID
  • # Whole natural number.
  • version: Int
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Monetary value in a foreign currency.
  • totalAmount: CurrencyForeignField
  • # Relations to Products.
  • #
  • # Arguments
  • # filter: Filter Product relations by target Product attributes.
  • # filterEdge: Filter OpptyProductRelation relations by edge
  • # (relation) OpptyProductRelation attributes.
  • # orderBy: Order Product relations by target Product attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • productRelations(
  • filter: ProductFilterInput,
  • filterEdge: OpptyProductRelationFilterInput,
  • orderBy: [ProductOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): OpptyProductRelationEntityConnection
  • # Primary Contact.
  • primaryContact: ContactEntity
  • # Primary Account.
  • primaryAccount: AccountEntity
  • # Relations to Contacts.
  • #
  • # Arguments
  • # filter: Filter Contact relations by target Contact attributes.
  • # filterEdge: Filter QuoteContactRelation relations by edge
  • # (relation) QuoteContactRelation attributes.
  • # orderBy: Order Contact relations by target Contact attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • contactRelations(
  • filter: ContactFilterInput,
  • filterEdge: QuoteContactRelationFilterInput,
  • orderBy: [ContactOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): QuoteContactRelationEntityConnection
  • # Relations to Accounts.
  • #
  • # Arguments
  • # filter: Filter Account relations by target Account attributes.
  • # filterEdge: Filter QuoteAccountRelation relations by edge
  • # (relation) QuoteAccountRelation attributes.
  • # orderBy: Order Account relations by target Account attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • accountRelations(
  • filter: AccountFilterInput,
  • filterEdge: QuoteAccountRelationFilterInput,
  • orderBy: [AccountOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): QuoteAccountRelationEntityConnection
  • # Relations to CloudObjects.
  • #
  • # Arguments
  • # filter: Filter CloudObject relations by target CloudObject
  • # attributes.
  • # filterEdge: Filter CloudObjectRelation relations by edge
  • # (relation) CloudObjectRelation attributes.
  • # orderBy: Order CloudObject relations by target CloudObject
  • # attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • documents(
  • filter: CloudObjectFilterInput,
  • filterEdge: CloudObjectRelationFilterInput,
  • orderBy: [CloudObjectOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): CloudObjectRelationEntityConnection
  • # Relations to SalesUnits.
  • #
  • # Arguments
  • # filter: Filter SalesUnit relations by target SalesUnit
  • # attributes.
  • # filterEdge: Filter QuoteSharingSalesUnitRelation relations by
  • # edge (relation) QuoteSharingSalesUnitRelation attributes.
  • # orderBy: Order SalesUnit relations by target SalesUnit
  • # attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • sharingUnits(
  • filter: SalesUnitFilterInput,
  • filterEdge: QuoteSharingSalesUnitRelationFilterInput,
  • orderBy: [SalesUnitOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): QuoteSharingSalesUnitRelationEntityConnection
  • # Relations to Clients.
  • #
  • # Arguments
  • # filter: Filter Client relations by target Client attributes.
  • # filterEdge: Filter QuoteSharingClientRelation relations by edge
  • # (relation) QuoteSharingClientRelation attributes.
  • # orderBy: Order Client relations by target Client attributes.
  • # includeDeleted: Returns deleted target records as well. Default
  • # is true.
  • # before: Cursor until which to take entities to result set.
  • # after: Cursor after which to start taking entities to result
  • # set.
  • # first: Number of entities to return from beginning of the
  • # result set.
  • # last: Return only the "last" number of entities from result
  • # set.
  • sharingClients(
  • filter: ClientFilterInput,
  • filterEdge: QuoteSharingClientRelationFilterInput,
  • orderBy: [ClientOrderByInput!],
  • includeDeleted: Boolean,
  • before: String,
  • after: String,
  • first: Int,
  • last: Int
  • ): QuoteSharingClientRelationEntityConnection
  • # Field whose values are strictly defined with an enumeration of values.
  • status: QuoteStatusEnum!
  • formattedName: String!
  • isFavorite: Boolean!
  • # If quote is set as active in opportunity.
  • isActiveInOpportunity: Boolean
  • # Deferred property. Will return data only if called via get_by_id. Otherwise null
  • # or empty array is used.
  • viewerIdsPerSalesUnit: [UUID!]!
  • modifiedByUser: DateTime
  • # Checks which permissions current user has on concrete entity instance.
  • #
  • # Arguments
  • # permissions: [Not documented]
  • instancePermissions(permissions: [EntityPermsEnum!]!): [EntityPermsEnum!]!
  • # Arguments
  • # entityType: [Not documented]
  • relatedEntitiesDrilldown(entityType: EntityNameEnum!): CompactViewDrilldownModel!
  • # Arguments
  • # ids: [Not documented]
  • charts(ids: [UUID!]!): [DashboardChartData!]
  • # Arguments
  • # id: [Not documented]
  • # seriesIndex: [Not documented]
  • # itemIndex: [Not documented]
  • chartsDrilldown(id: UUID!, seriesIndex: Int, itemIndex: Int): CompactViewDrilldownModel!
  • # Arguments
  • # ids: Null to load all fields defined on InterfacePreview entity
  • # first: [Not documented]
  • fields(ids: [UUID!], first: Int): [InterfaceFieldData]!
  • # Arguments
  • # projectObjectiveId: [Not documented]
  • projectObjectiveActivitiesDrilldown(
  • projectObjectiveId: UUID
  • ): CompactViewDrilldownModel!
  • # Arguments
  • # stepChecklistIds: [Not documented]
  • stepChecklists(stepChecklistIds: [UUID]): [StepChecklistActivityItem]!
  • approval: ApprovalEntity
  • }