CeContactStoreFunctionSponsorAssignment
Defines the sponsor assigned within a given function.
type CeContactStoreFunctionSponsorAssignment {
contact: CeContactStoreContact!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}
Fields
CeContactStoreFunctionSponsorAssignment.contact ● CeContactStoreContact! non-null object
The contact who will undertake the sponsor within the function.
CeContactStoreFunctionSponsorAssignment.createdAt ● DateTime! non-null scalar
The date and time the record was created.
CeContactStoreFunctionSponsorAssignment.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CeContactStoreFunctionSponsorAssignment.id ● ID! non-null scalar
The unique identifier for a function sponsor.
CeContactStoreFunctionSponsorAssignment.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
CeContactStoreFunctionSponsorAssignment.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CeContactStoreFunctionSponsorAssignment.notes ● String scalar
A UTF-8 string containing any notes to capture for the function sponsor. Optional.
Member Of
CeContactStoreFunction object ● UpdateCeContactStoreFunctionSponsorAssignmentPayload object