v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Clients

Update a Client by id

Update fields of a single client identified by its unique id.

put/timmi-project/api/v4/clients/{id}

Request body

idnumber
namestring required
codestring required

Unique code for this client. Used for identifying the client in invoices export if externalCode is null.

externalCodestring nullable

Used for identifying the client in invoices exports. Is not subject to unicity.

ownerIdinteger nullable

Unique identifier of the user managing this client.

organizationIdinteger required

Unique identifier of the organization this client belongs to.

Response

OK

idnumber
namestring required
codestring required

Unique code for this client. Used for identifying the client in invoices export if externalCode is null.

externalCodestring nullable

Used for identifying the client in invoices exports. Is not subject to unicity.

ownerIdinteger nullable

Unique identifier of the user managing this client.

organizationIdinteger required

Unique identifier of the organization this client belongs to.