Client Management
Update Client
Update an existing client
POST
Endpoint
This endpoint requires authentication
Headers
string
required
Your API access token. You can also set this globally in the API playground.
string
required
The platform making the request:
WEB, IOS, or ANDROID.Request Body
integer
required
The unique identifier of the client to update.
string
required
name
string
required
surname
string
required
email
string
location
string
phone
string
address
string
city
string
state
string
zip code
string
billing address
string
billing city
string
billing state
string
billing zip code
string
phone no
string
lead source name
string
quote no
integer
lead source id
string
project name
boolean
end client known
Response
string
message
array
data
Notes
- Authentication is required
