curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/contact/{contactId} \
--header 'Content-Type: application/json' \
--data '
{
"accountId": "{{accountId}}",
"email": "[email protected]",
"intrabank": {
"accountNumber": "9871617230445721"
},
"name": "Bright Might LLC",
"phone": "+18467051333"
}
'{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821",
"verified": false
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"createdAt": "2023-11-20T06:43:54Z",
"crossBorder": null,
"debitCard": null,
"email": "[email protected]",
"id": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"intrabank": {
"accountId": "acc-bd9d8a24-93ce-426a-8e5f-8af5514e62b5",
"accountNumber": "9871617230445721"
},
"label": "Bright Light LLC",
"metadata": null,
"modifiedAt": "2023-11-20T06:44:27Z",
"name": "Bright Might LLC",
"phone": "+18467051333",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active",
"type": "others",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}Update a Contact
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/contact/{contactId} \
--header 'Content-Type: application/json' \
--data '
{
"accountId": "{{accountId}}",
"email": "[email protected]",
"intrabank": {
"accountNumber": "9871617230445721"
},
"name": "Bright Might LLC",
"phone": "+18467051333"
}
'{
"accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
"ach": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821",
"verified": false
},
"card": {
"address": {
"addressType": "card",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"check": {
"address": {
"addressType": "check",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
}
},
"createdAt": "2023-11-20T06:43:54Z",
"crossBorder": null,
"debitCard": null,
"email": "[email protected]",
"id": "con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7",
"intrabank": {
"accountId": "acc-bd9d8a24-93ce-426a-8e5f-8af5514e62b5",
"accountNumber": "9871617230445721"
},
"label": "Bright Light LLC",
"metadata": null,
"modifiedAt": "2023-11-20T06:44:27Z",
"name": "Bright Might LLC",
"phone": "+18467051333",
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active",
"type": "others",
"wire": {
"domestic": {
"accountNumber": "1098324502",
"accountType": "businessChecking",
"address": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "123 Main St",
"line2": "",
"postalCode": "10001",
"state": "NY"
},
"bankName": "Wells Fargo",
"last4": "4502",
"routingNumber": "122235821"
},
"international": {
"accountNumber": "31140210201",
"accountType": "business",
"bankIdentifierCode": "BBDABMHM",
"bankIdentifierType": "swift",
"beneficiaryAddress": {
"addressType": "wire",
"city": "Hamilton",
"country": "BM",
"line1": "Point House, 6 Front Street",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"beneficiaryBank": "HSBC Bank Bermuda Limited",
"beneficiaryBankAddress": {
"addressType": "wire",
"city": "HAMILTON",
"country": "BM",
"line1": "37 FRONT STREET",
"line2": "",
"postalCode": "HM 11",
"state": ""
},
"correspondentBank": "HSBC Bank USA, N.A.",
"correspondentBankAddress": {
"addressType": "wire",
"city": "New York",
"country": "US",
"line1": "452 5th Ave",
"line2": "",
"postalCode": "10018-2706",
"state": "NY"
},
"correspondentBankIdentifierCode": "MRMDUS33"
}
}
}Update a Contact
"acc-ab566541-69c5-4393-8a41-47f167b2af02"
Show child attributes
Show child attributes
Show child attributes
Show child attributes
"2023-11-20T06:43:54Z"
"con-fe4769ef-e6c1-4f9d-8bbd-fe0ac57243f7"
"Bright Light LLC"
"2023-11-20T06:44:27Z"
"Bright Might LLC"
"+18467051333"
"prg-ffa511da-1adc-4603-b845-173b895a33f6"
"active"
"others"
Show child attributes
Show child attributes
"1098324502"
"businessChecking"
Show child attributes
"wire"
"New York"
"US"
"123 Main St"
""
"10001"
"NY"
"Wells Fargo"
"4502"
"122235821"
Show child attributes
"31140210201"
"business"
"BBDABMHM"
"swift"
Show child attributes
"wire"
"Hamilton"
"BM"
"Point House, 6 Front Street"
""
"HM 11"
""
"HSBC Bank Bermuda Limited"
Show child attributes
"wire"
"HAMILTON"
"BM"
"37 FRONT STREET"
""
"HM 11"
""
"HSBC Bank USA, N.A."
Show child attributes
"wire"
"New York"
"US"
"452 5th Ave"
""
"10018-2706"
"NY"
"MRMDUS33"