Client
The representation of a client is called a Client object. Clients are identified by a unique incremental ID.
Attribute
Type
Description
id
integer
Unique identifier for the client.
code
string
Visual identifier code of the client.
name
string
Client name.
inactive
integer
Possible values are :
0: Client is active
1: Client is inactive
creation_date
date
Created date.
address
string
Address of the client.
address2
string
Address (other) of the client
city
string
City of the client.
state
string
State of the client.
zipcode
string
Zipcode of the client.
phone
string
Phone of the client.
phone2
string
Phone (other) of the client.
fax
string
Fax of the client.
string
Email of the client.
website
string
Website of the client.
phone_work
string
Phone (work) of the client.
credit
numeric
Credit limit of the client.
term
integer
Payment terms (days) of the client.
Last updated