create8

abstract suspend fun create8(postGroupsRequest: PostGroupsRequest): PostGroupsResponse

Create a Group Creates a Group Mandatory Fields: name, officeId, active, activationDate (if active=true) Optional Fields: externalId, staffId, clientMembers Responses:

  • 200: OK

Return

PostGroupsResponse

Parameters

postGroupsRequest