Skip to content
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

PUT /matches/client/{dedupclientid}/status does not update the status #388

Open
logicsandeep opened this issue Jan 21, 2021 · 1 comment

Comments

@logicsandeep
Copy link
Contributor

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
}

suryayadavalli added a commit that referenced this issue Jan 22, 2021
@suryayadavalli
Copy link
Contributor

Resolved. Commit id : ef58ad2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants