INPUT_OBJECT
CreateLeadOpptyStepCheckListRelationInput
link GraphQL Schema definition
- input CreateLeadOpptyStepCheckListRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Document linked as evidence for this checklist item.
- : CreateCloudObjectInput
- # Note linked as evidence for this checklist item.
- : CreateNoteInput
- # Id of the appointment or task linked as evidence for this checklist item.
- : ID
- # Id of the document.
- : ID
- # Id of the email.
- : ID
- # True when the checklist item has been completed for this lead, opportunity or
- # quote.
- : Boolean
- # Id of the lead or opportunity, or empty when this completion belongs to a quote.
- : ID
- # Id of the note.
- : ID
- # Id of the quote.
- : ID
- # Id of the step checklist item.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }