CreateChildUnitGroupInput
Input for creating a child unit group
input CreateChildUnitGroupInput {
businessUnitId: UUID
customReference: String
externalReference: String
icon: String
name: String!
parentUnitGroupId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| businessUnitId | UUID scalar | The new business unit id of the unit group |
| customReference | String scalar | The custom reference of the new unit group |
| externalReference | String scalar | The external reference of the new unit group |
| icon | String scalar | The icon of the new unit group |
| name | String! non-null scalar | The name of the new child unit group |
| parentUnitGroupId | UUID! non-null scalar | The ID of the parent unit group createChildUnitGroup |