Family
Update a Family
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Family
Update a Family
Update a Family
PATCH
/
v1
/
family
/
{familyId}
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/family/{familyId} \
--header 'Content-Type: application/json' \
--data '{
"name": "Doe Fam"
}'
{
"address": {
"addressType": "mailing",
"city": "Los Gatos",
"country": "US",
"line1": "1 Broadway",
"line2": "",
"postalCode": "00603",
"state": "CA"
},
"createdAt": "2023-11-20T06:16:16Z",
"createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"email": "test@solidfi.com",
"id": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
"metadata": null,
"modifiedAt": "2023-11-20T06:17:59Z",
"name": "Doe Fam",
"phone": "+15555555555",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
}
Path Parameters
Body
application/json
Example:
"Doe Fam"
Response
200 - application/json
Update a Family
Example:
"2023-11-20T06:16:16Z"
Example:
"per-e6553324-1db8-49a8-a0d3-29132280b838"
Example:
"test@solidfi.com"
Example:
"fam-9a44d253-f866-440c-a5ad-6fd204eaeee5"
Example:
"2023-11-20T06:17:59Z"
Example:
"Doe Fam"
Example:
"+15555555555"
Example:
"prg-ffa511da-1adc-4603-b845-173b895a33f6"
Example:
"active"
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/family/{familyId} \
--header 'Content-Type: application/json' \
--data '{
"name": "Doe Fam"
}'
{
"address": {
"addressType": "mailing",
"city": "Los Gatos",
"country": "US",
"line1": "1 Broadway",
"line2": "",
"postalCode": "00603",
"state": "CA"
},
"createdAt": "2023-11-20T06:16:16Z",
"createdPersonId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"email": "test@solidfi.com",
"id": "fam-9a44d253-f866-440c-a5ad-6fd204eaeee5",
"metadata": null,
"modifiedAt": "2023-11-20T06:17:59Z",
"name": "Doe Fam",
"phone": "+15555555555",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
}