Update Client Account

Update an existing client account.

SecurityApiKeyAuth
Request
path Parameters
clientId
required
string

Unique identifier for the client.

header Parameters
IV
required
string

Initialization Vector for database encryption.

Request Body schema:
object (Client)

Client data details

parentId
string

Unique identifier for parent of client.

clientLegalName
string

Registered, legal name of client.

clientName
string

A pseudonym used by companies that do not operate under their registered company name.

Responses
201

Client updated.

400

Bad Request

401

Unauthorized access

403

Access forbidden

404

Resource was not found

409

Conflict.

429

Too Many Requests

put/clients/{clientId}
Request samples
{
  • "client": {
    }
}
Response samples
{
  • "clientId": "string",
  • "clientData": {
    },
  • "cryptoKeys": {
    }
}
Copyright © Pace Software 2021–2023. All rights reserved.