Difference between revisions of "Clients"
From Advice Local Wiki
(→The client object) |
(→The client object) |
||
Line 6: | Line 6: | ||
|- | |- | ||
|id | |id | ||
+ | |integer | ||
+ | | | ||
|Unique identifier for the object. | |Unique identifier for the object. | ||
|- | |- | ||
|name | |name | ||
+ | |string (maxLength=128) | ||
|The busniess name. | |The busniess name. | ||
|- | |- | ||
Line 15: | Line 18: | ||
|- | |- | ||
|street | |street | ||
+ | |string (maxLength=128) | ||
|The business street. | |The business street. | ||
|- | |- | ||
Line 24: | Line 28: | ||
|- | |- | ||
|city | |city | ||
+ | |string (maxLength=128) | ||
|The business hours. | |The business hours. | ||
|- | |- | ||
|state | |state | ||
+ | |string (maxLength=64) | ||
|The business state. | |The business state. | ||
|- | |- | ||
|zipcode | |zipcode | ||
+ | |string (maxLength=32) | ||
|The business zipcode. | |The business zipcode. | ||
|} | |} | ||
== Updating a Client == | == Updating a Client == |
Revision as of 14:51, 12 December 2017
Adding a Client
The client object
Attributes | |||||
---|---|---|---|---|---|
id | integer | Unique identifier for the object. | |||
name | string (maxLength=128) | The busniess name. | |||
owner | The business owner name. | ||||
street | string (maxLength=128) | The business street. | |||
suite | The business suite. | ||||
hours | The business hours. | ||||
city | string (maxLength=128) | The business hours. | |||
state | string (maxLength=64) | The business state. | |||
zipcode | string (maxLength=32) | The business zipcode. |