-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MHR API adminRegistration schema updates. (#52)
* MHR API adminRegistration schema updates. Signed-off-by: Doug Lovett <[email protected]> * MHR API add CANCELLED registration status type. Signed-off-by: Doug Lovett <[email protected]> --------- Signed-off-by: Doug Lovett <[email protected]>
- Loading branch information
1 parent
a68c6fa
commit b7613ae
Showing
7 changed files
with
61 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,10 @@ | |
|
||
ADMIN_REGISTRATION = { | ||
'mhrNumber': '004816', | ||
'documentDescription': 'NOTICE OF REDEMPTION', | ||
'documentId': '90051583', | ||
'documentRegistrationNumber': '00504168', | ||
'documentType': 'NRED', | ||
'registrationType': 'REG_STAFF_ADMIN', | ||
'clientReferenceId': 'EX-NRED-001', | ||
'attentionReference': 'JOHN SMITH', | ||
|
@@ -40,8 +44,36 @@ | |
'phoneNumber': '6044620279', | ||
'emailAddress': '[email protected]' | ||
}, | ||
'documentType': 'NRED', | ||
'updateDocumentId': '62754188', | ||
'note': { | ||
'documentType': 'NRED', | ||
'documentId': '90051583', | ||
'documentRegistrationNumber': '00504168', | ||
'documentDescription': 'NOTICE OF CAUTION', | ||
'createDateTime': '2023-02-21T18:56:00+00:00', | ||
'effectiveDateTime': '2023-02-21T18:56:00+00:00', | ||
'cancelledDocumentDescription': 'NOTICE OF TAX SALE', | ||
'cancelledDocumentRegistrationNumber': '00102478', | ||
'cancelledDocumentType': 'TAXN', | ||
'remarks': 'NRED CANCEL A NOTICE PURSUANT TO SECTION 413 OF THE LOCAL GOVERNMENT ACT WAS FILED', | ||
'givingNoticeParty': { | ||
'personName': { | ||
'first': 'JOHNNY', | ||
'middle': 'B', | ||
'last': 'SMITH' | ||
}, | ||
'address': { | ||
'street': '222 SUMMER STREET', | ||
'city': 'VICTORIA', | ||
'region': 'BC', | ||
'country': 'CA', | ||
'postalCode': 'V8W 2V8' | ||
}, | ||
'phoneNumber': '2504930122' | ||
}, | ||
'status': 'ACTIVE', | ||
'destroyed': False | ||
}, | ||
'payment': { | ||
'receipt': '/pay/api/v1/payment-requests/2198744/receipts', | ||
'invoiceId': '2198744' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters