INPUT_OBJECT
CreateLeadOpptySharingSalesUnitRelationInput
link GraphQL Schema definition
- input CreateLeadOpptySharingSalesUnitRelationInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Id of the lead or opportunity being shared.
- : ID!
- # Sharing role granting the unit a specific access level (e.g. Read, Edit) on the
- # lead or opportunity.
- : SharingRoleEnum
- # Id of the sales unit.
- : ID!
- # Revision when entity was lastly changed.
- : Int
- }