AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. createClient

createClient: Client!

This mutation is used to create a new client, along with all demographics and insurance. **Returns:** Returns the newly created client information along with a new Client ID.

client: ClientInput!

Client identification information.

demographics: DemographicsInput

Demographic information for new client.

insurance: InsuranceInput

Insurance information for new client.

tenantId: UUID

The tenant that the client will be associated with.

organizationalUnitIds: [UUID]

The organizational unit that the client will be assigned.

externalIdentifiers: [ClientExternalIdentifierInput!]