Purpose of the "Links" section within Address API
Can someone explain to me what the point of the “Links” section is within the Create Address API Call?
My thinking was if I created an address for the student and included the parent User_IDs in the “links” section, it would automatically create the address on their record. This would ensure if a change was made on the Student's address record, it would update any record where the address was “linked”. However, the only thing I can see it does it allows someone through the User Interface only to then click “Add Address” and then select the address to be “linked”.
Is there not an API call that allows us to connect these without a user intervening?
https://api.sky.blackbaud.com/school/v1/users/{user_id}/addresses
{
"city": "City",
"country": "United States",
"line_one": "123 Main Street,
"line_two": "",
"line_three": "",
"mailing_address": true,
"postal_code": "12345",
"primary": true,
"province": "",
"region": "",
"state": "NY",
"type_id": 1111,
"user_id": 500007,
"links": [
{
"type_id": 1111,
"primary": true,
"shared": true,
"type": "Home",
"user_id": 5162515
},
{
"type_id": 1111,
"primary": true,
"shared": true,
"type": "Home",
"user_id": 5771016
}
]
}
Comments
-
Hi @Lindsey Bryant, yes the Link section of that add address body should be posting the address to both records and creating that share link between them. I have tested and received the same results you did where the address posted to the main user but did not link to the secondary user in the body.
I will go ahead and create a support ticket for you and report the issue to our development team to have this resolved. In the future, if you find something isn't working as you think I encourage you to reach out to our support team to report the issue. Thank you!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 401 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 791 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
