INPUT_OBJECT

CreateOrUpdateMessageSharingSalesUnitRelationInput

link GraphQL Schema definition

  • input CreateOrUpdateMessageSharingSalesUnitRelationInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Id of the email or memo being shared.
  • messageId: ID
  • # Id of the sales unit.
  • unitId: ID
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by