Open arlentees opened 2 weeks ago
Hey team! Please add your planning poker estimate with Zenhub @cameron-eyds @chdivyareddy @flutistar
@LizGovier example TRAN document type registration verification report attached if you would like to review.
Looks great, thanks Doug!
Example DEV request with new addOwnerGroups.owners.previousOwnerId property: POST https://bcregistry-dev.apigee.net/mhr/api/v1/transfers/108386
{
"clientReferenceId": "UT-TRANS-JOINT",
"declaredValue": 113840,
"consideration": "$113,840.00",
"transferDate": "2024-05-22",
"ownLand": false,
"attentionReference": "James Irving",
"registrationType": "TRANS",
"submittingParty": {
"businessName": "ABC UNIT TEST COMPANY",
"address": {
"street": "222 SUMMER STREET",
"city": "VICTORIA",
"region": "BC",
"country": "CA",
"postalCode": "V8W 2V8"
},
"phoneNumber": "2507211234",
"phoneExtension": "5555",
"emailAddress": "test1@abc-ut.com"
},
"deleteOwnerGroups": [
{
"groupId": 1,
"interest": "",
"interestDenominator": 0,
"interestNumerator": 0,
"owners": [
{
"address": {
"city": "LANGLEY",
"country": "CA",
"postalCode": "V3A 6H4",
"region": "BC",
"street": "6665 238TH STREET"
},
"individualName": {
"first": "SALVADOR",
"last": "DALI"
},
"ownerId": 995531,
"partyType": "OWNER_IND",
"phoneNumber": "2504890849",
"status": "ACTIVE",
"type": "SOLE"
}
],
"tenancySpecified": true,
"type": "SOLE"
}
],
"addOwnerGroups": [
{
"groupId": 2,
"owners": [
{
"address": {
"city": "BARCELONA",
"country": "CA",
"postalCode": "V3A 6H4",
"region": "BC",
"street": "6664 238TH STREET"
},
"individualName": {
"first": "SALVADOR",
"last": "DALI"
},
"previousOwnerId": 995531,
"partyType": "OWNER_IND",
"phoneNumber": "2504899849"
},
{
"address": {
"city": "BARCELONA",
"country": "CA",
"postalCode": "V3A 6H4",
"region": "BC",
"street": "6665 238TH STREET"
},
"individualName": {
"first": "JOAN",
"last": "MIRO"
},
"partyType": "OWNER_IND",
"phoneNumber": "6044620279"
}
],
"type": "JOINT"
}
]
}
Developer Notes: