INPUT_OBJECT
CreateOrUpdateSalesUnitInput
link GraphQL Schema definition
- input CreateOrUpdateSalesUnitInput {
- : String
- # Unique identifier of entity.
- : ID
- # 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
- }