Skip to content

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

@logicsandeep

Description

@logicsandeep

https://api.hslynk.com/house-matching-api/matches/client/188d408d-fe24-46d8-8fdd-671797674f30

Request body:
{
"status": "1",
"comments": "testing",
"recipients": {
"toRecipients": [
"Sandeep.Dolia@gmail.com"
],
"bccRecipients": [
"Sandeep.Dolia@gmail.com"
],
"ccRecipients": [
"Sandeep.Dolia@gmail.com"
]
}
}

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions