GET
/
timmi-project
/
api
/
v4
/
clients
/
{clientId}
curl --request GET \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/timmi-project/api/v4/clients/{clientId}
{
  "id": 123,
  "name": "<string>",
  "code": "<string>",
  "externalCode": null,
  "owner": null
}

Path Parameters

clientId
integer
required

Identifier of the client.

Response

200
application/json
OK

A client must belong to a single organization.

The organizationId field is required upon creation (POST) and cannot be modified later.

name
string
required
Minimum length: 1
code
string
required

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

Minimum length: 1
id
number
externalCode
string | null

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

owner
object | null

Was this page helpful?