-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API - Add location type to API response for MHR registration table #18127
Labels
Comments
Verified in DEV!
|
This was referenced Nov 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the MHR registration table there are restrictions on residential exemption availability based upon location type. In order to be able to apply these restrictions add location type to the API response.
Add locationType to GET /mhr/api/v1/registrations and GET /mhr/api/v1/other-registrations/{mhr_number} responses.
For example:
{
"changes": [
{
"clientReferenceId": "",
"createDateTime": "2009-03-27T15:35:26-07:00",
"documentId": "10046589",
"documentRegistrationNumber": "00317434",
"inUserList": false,
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "TRANSFER DUE TO SALE OR GIFT",
"registrationType": "TRANS",
"statusType": "ACTIVE",
"submittingParty": "NORTHERN REGISTRY SERVICES (2002)",
"username": "KELLY CROSS"
},
{
"clientReferenceId": "",
"createDateTime": "2003-08-18T11:51:19-07:00",
"documentId": "50265014",
"documentRegistrationNumber": "00225024",
"inUserList": false,
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "TRANSPORT PERMIT",
"registrationType": "PERMIT",
"statusType": "ACTIVE",
"submittingParty": "DAVID DISHER",
"username": ""
},
{
"clientReferenceId": "",
"createDateTime": "2011-08-19T11:54:44-07:00",
"documentId": "50763912",
"documentRegistrationNumber": "00344828",
"inUserList": false,
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "REPOSSESSION INVOLUNTARY",
"registrationType": "REG_STAFF_ADMIN",
"statusType": "ACTIVE",
"submittingParty": "DYE & DURHAM COMPANY INC.",
"username": ""
},
{
"clientReferenceId": "",
"createDateTime": "2007-05-18T13:29:02-07:00",
"documentId": "90008986",
"documentRegistrationNumber": "00288907",
"inUserList": false,
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "TRANSPORT PERMIT",
"registrationType": "PERMIT",
"statusType": "ACTIVE",
"submittingParty": "COREA HILLTON",
"username": ""
},
{
"clientReferenceId": "",
"createDateTime": "2018-06-21T09:51:19-07:00",
"documentId": "10107613",
"documentRegistrationNumber": "00421963",
"inUserList": false,
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "TRANSFER DUE TO SALE OR GIFT",
"registrationType": "TRANS",
"statusType": "ACTIVE",
"submittingParty": "ALLEN & ASSOCIATES",
"username": "TAMMY YOUNG"
}
],
"clientReferenceId": "",
"createDateTime": "2003-08-18T11:50:09-07:00",
"documentId": "50265005",
"documentRegistrationNumber": "00225023",
"hasCaution": false,
"inUserList": false,
"lienRegistrationType": "",
"locationType": "MH_PARK",
"mhrNumber": "088766",
"ownerNames": "JUSTINE ASHLEY DAYE,\nJOHN HENRY MELNYCHUK,\nGAIL MARIE MELNYCHUK",
"path": "",
"registrationDescription": "MANUFACTURED HOME REGISTRATION",
"registrationType": "MHREG",
"statusType": "ACTIVE",
"submittingParty": "DAVID LARRY ROY DISHER",
"username": ""
}
The text was updated successfully, but these errors were encountered: