Returns customers matching the criteria you provide.
Param name | Description |
---|---|
page optional |
Value: Must be Integer. |
per_page optional |
Value: Must be Integer. |
Create the customer by passing required fields.
Param name | Description |
---|---|
first_name required |
Value: Must be String |
last_name required |
Value: Must be String |
email required |
Value: Must be String |
phone optional |
Value: Must be String |
address optional |
Value: Must be String |
city optional |
Value: Must be String |
state optional |
Value: Must be String |
zip optional |
Value: Must be String |
Modify the customer by passing new parameter values. Changes you make are permanently logged to the item's history and update its modification date. An item's serial number and/or RFID value cannot be changed after it is created.
Param name | Description |
---|---|
first_name required |
Value: Must be String |
last_name required |
Value: Must be String |
email required |
Value: Must be String |
phone optional |
Value: Must be String |
address optional |
Value: Must be String |
city optional |
Value: Must be String |
state optional |
Value: Must be String |
zip optional |
Value: Must be String |
Note: You must be a GitFax administrator to use this API. Because GitFax stores permanent records of instrument manufacture and maintenance, deleting records is not common.