INPUT_OBJECT
CreateSalesUnitInput
link GraphQL Schema definition
- input CreateSalesUnitInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Profile picture (logo) of the sales unit.
- : CreateCloudObjectInput
- # Name of the entity and its default text representation.
- : String!
- # Id of the parent unit, or empty for the root unit.
- : ID
- # Id of the picture cloud object.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }