ClientIdentifierApi

Functions

Link copied to clipboard
abstract suspend fun createClientIdentifier(clientId: Long, postClientsClientIdIdentifiersRequest: PostClientsClientIdIdentifiersRequest): PostClientsClientIdIdentifiersResponse

Create an Identifier for a Client Mandatory Fields documentKey, documentTypeId Responses:

Link copied to clipboard

Delete a Client Identifier Deletes a Client Identifier Responses:

Link copied to clipboard

Retrieve Client Identifier Details Template This is a convenience resource useful for building maintenance user interface screens for client applications. The template data returned consists of any or all of: Field Defaults Allowed description Lists Example Request: clients/1/identifiers/template Responses:

Link copied to clipboard

List all Identifiers for a Client Example Requests: clients/1/identifiers clients/1/identifiers?fields=documentKey,documentType,description Responses:

Link copied to clipboard
abstract suspend fun retrieveClientIdentifiers(clientId: Long, identifierId: Long): GetClientsClientIdIdentifiersResponse

Retrieve a Client Identifier Example Requests: clients/1/identifier/2 clients/1/identifier/2?template=true clients/1/identifiers/2?fields=documentKey,documentType,description Responses:

Link copied to clipboard
abstract suspend fun updateClientIdentifer(clientId: Long, identifierId: Long, putClientsClientIdIdentifiersIdentifierIdRequest: PutClientsClientIdIdentifiersIdentifierIdRequest): PutClientsClientIdIdentifiersIdentifierIdResponse

Update a Client Identifier Updates a Client Identifier Responses: