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

Latest commit

 

History

History
18 lines (14 loc) · 1.82 KB

File metadata and controls

18 lines (14 loc) · 1.82 KB

CreateProfileAddressRequest

Properties

Name Type Description Notes
address_line1 str { "description" : "", "verbs":["POST","PUT","GET"] }
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"] }
province str { "description" : "", "verbs":["POST","PUT","GET"] }
country str { "description" : "", "verbs":["POST","PUT","GET"] }
postcode str { "description" : "ZIP code or postcode.", "verbs":["POST","PUT","GET"] }
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]