Office
profile.json
method: GET
secured: true
url: /v1/office/account/profile.json
You will see a response like this (here a Shiopping address is undefined but a mailing address is avialable):
{ "FullName": "Joe Sperske", "Title": 30, "TitleName": "Manager", "TitleAbbr": "M", "Shipping": null, "Mailing": { "AddressPrimary": "3500 GATEWAY BLVD", "AddressSecondary": "", "AddressTertiary": "", "City": "FREMONT", "Province": "CA", "PostalCode": "94538-6584" }, "Notices": [ { "Key": "ProfileNotesTitleEarned", "Text": "Your Title of Manager was earned on Feb - 2008." }, { "Key": "ProfileNotesAssocFeeThrough", "Text": "Your Association Fee Renewal is due to expire on Dec - 2008." }, { "Key": "ProfileNotesDataLoad", "Text": "* Note: This information was last updated on 23 Jan 2015 03:01 PST." }, { "Key": "ImportantNotice", "Text": "*Important Notice*: Your QPV may contain QPV of unqualified Directors or QSMs. Your QPV and total unit counts are subject to change upon final month end close." } ], "PersonalVolumeByMarket": [], "Sponsoring": [ { "Name": "Personal Sponsoring", "Value": 1 }, { "Name": "Team Sponsoring", "Value": 1 }, { "Name": "Group Sponsoring", "Value": 1 } ], "Sponsors": { "Sponsor": { "Name": "GNLD International- USA", "GUID": "32-1" }, "Director": { "Name": "GNLD International- USA", "GUID": "32-1" }, "PresidentsTeamLeader": { "Name": "GNLD International- USA", "GUID": "32-1" }, "WorldTeamLeader": { "Name": "GNLD International- USA", "GUID": "32-1" } }, "QualifyingVolume": { "Name": "Qualifying Volume", "PV": 456, "FormattedPV": "456", "BV": null, "FormattedBV": null }, "GroupVolume": { "Name": "Group Volume", "PV": 456, "FormattedPV": "456", "BV": null, "FormattedBV": null }, "TotalPersonalVolume": null, "PendingVolume": { "Name": "Pending Volumns", "PV": 108, "FormattedPV": "108", "BV": 132.9, "FormattedBV": "132.90" }, "success": true, "error": null }