Difference between revisions of "Clients"

From Advice Local Wiki
Jump to: navigation, search
(The client object)
(The client object)
Line 18: Line 18:
 
|string (maxLength=128)
 
|string (maxLength=128)
 
|optional
 
|optional
|The business owner name.
+
|The business owner's name.
 
|-
 
|-
 
|street
 
|street

Revision as of 16:16, 12 December 2017

Adding a Client

The client object

Attributes
id integer Unique identifier for the object.
name string (maxLength=128) required The busniess name.
owner string (maxLength=128) optional The business owner's name.
street string (maxLength=128) required The business street.
suite string (maxLength=32) optional The business suite.
hours The business hours.
city string (maxLength=128) required The business city.
state string (maxLength=64) required The business state.
zipcode string (maxLength=32) required The business zipcode.
phone string (maxLength=32) required The business phone number.
phoneAlt string (maxLength=32) optional The business additional phone number.
fax string (maxLength=32) optional The business fax number.
website string (maxLength=32) optional The business website.
email string (maxLength=32) optional The business email address.
facebook string (maxLength=32) optional The business facebook url.
twitter string (maxLength=32) optional The business twitter url.
linkedin string (maxLength=32) optional The business linkedIn url.
years string (maxLength=32) optional Number of years in business.
description string (text) optional The business description.

Updating a Client