Customer Phone Object

Field Guide

Name Type Example Notes
id Int 22381 Unique identifier
value String 222-333-4444  
location String home Location for this phone. Possible values include:
  • home
  • work
  • mobile
  • fax
  • pager
  • other

Example

{	
    "id": 22381,
    "value": "222-333-4444",
    "location": "home"
}