Address and phone objects
All customer objects on the Pismo platform have attributes for address and phone information.
Required address attributes
Address information isn't required to create an account, but if you want to POST any address information, all of the following attributes are required.
zip_code
address
number
address_type
(Valid values areRESIDENTIAL
,COMMERCIAL
, andOTHER
)country
state
city
neighborhood
Optional address attributes
complementary_address
date
phones
Required phone attributes
Phone information isn't required to submit address information, but if it you want to POST any phone information, both of the following attributes are required:
phone_type
– (Valid values areMOBILE
,RESIDENTIAL
, andCOMMERCIAL
.)phone
Optional phone attributes
extension
Updated 4 months ago