INPUT_OBJECT
UpdateSalesUnitInput
link GraphQL Schema definition
- input UpdateSalesUnitInput {
- : String
- # Unique identifier of entity.
- : ID!
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : CreateCloudObjectInput
- # Name of the entity and its default text representation.
- : String
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Revision when entity was lastly changed.
- : Int
- }