Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 2 KB

File metadata and controls

20 lines (16 loc) · 2 KB

UpdateAddressRequest

Properties

Name Type Description Notes
id str
profile_id str { "description" : "", "verbs":["GET"] }
address_line1 str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
address_line2 str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
address_line3 str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
city str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
province str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
country str { "description" : "", "verbs":["POST","PUT","GET"] } [optional]
postcode str { "description" : "ZIP code or postcode.", "verbs":["POST","PUT","GET"] } [optional]
landline str { "description" : "Phone number", "verbs":["POST","PUT","GET"] } [optional]
primary_address bool { "description" : "Is this the primary, default, address for the associated profile?", "verbs":["POST","PUT","GET"] } [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]