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

Latest commit

 

History

History
25 lines (21 loc) · 2.78 KB

File metadata and controls

25 lines (21 loc) · 2.78 KB

Address

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str { "description" : "", "verbs":["PUT","GET"] } [optional]
profile_id str { "description" : "", "verbs":["GET"] } [optional]
organization_id str { "description" : "", "verbs":[] } [optional]
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]
deleted bool { "description" : "", "verbs":["GET"] } [optional] [default to False]

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