v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Clients

Create a new Client

Create a new client.

post/timmi-project/api/v4/clients

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

Created

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.