-
-
Notifications
You must be signed in to change notification settings - Fork 2
Description
https://api.hslynk.com/house-matching-api/matches/client/188d408d-fe24-46d8-8fdd-671797674f30
Request body:
{
"status": "1",
"comments": "testing",
"recipients": {
"toRecipients": [
"[email protected]"
],
"bccRecipients": [
"[email protected]"
],
"ccRecipients": [
"[email protected]"
]
}
}
Response:
{
"reservationId": "962ccff8-89ae-49b9-b40e-875de46b5eb3",
"eligibleClients": {
"clientId": "188d408d-fe24-46d8-8fdd-671797674f30",
"surveyScore": 6,
"matched": true,
"surveyDate": "2021-01-14 17:24",
"dateCreated": "2021-01-14 17:24",
"dateUpdated": "2021-01-20 20:32",
"ignoreMatchProcess": false,
"remarks": "Ignore match flag auto set by system to false",
"clientDedupId": "ec49c900-f8ad-11e9-a57b-02fe61f7863e",
"surveySubmissionDate": "2021-01-14 17:24",
"bonusScore": 0,
"totalScore": 6
},
And then the GET API does not return the updated status.
GET
https://api.hslynk.com/house-matching-api/matches/client/188d408d-fe24-46d8-8fdd-671797674f30
Response:
{
"reservationId": "962ccff8-89ae-49b9-b40e-875de46b5eb3",
"eligibleClients": {
"clientId": "188d408d-fe24-46d8-8fdd-671797674f30",
"surveyScore": 6,
"matched": true,
"surveyDate": "2021-01-14 17:24",
"dateCreated": "2021-01-14 17:24",
"dateUpdated": "2021-01-20 20:32",
"ignoreMatchProcess": false,
"remarks": "Ignore match flag auto set by system to false",
"clientDedupId": "ec49c900-f8ad-11e9-a57b-02fe61f7863e",
"surveySubmissionDate": "2021-01-14 17:24",
"bonusScore": 0,
"totalScore": 6
}