/v0.5/links/link/on-add-contexts returning null

Hi,
We had completed M2 with all APIs. Now we are receiving null in /v0.5/links/link/on-add-contexts from gateway while we have subjected our application to functional testing.
/links/link/add-contexts API Request is returning 202 Accepted for :
{“requestId”:“f096d7e9-ebf7-4fbb-b671-2e587a4f4661”,“timestamp”:“2022-04-29T10:50:24.039Z”,“link”:{“accessToken”:"",“patient”:{“referenceNumber”:"",“display”:“DSADSAD SDSAD”,“careContexts”:[{“referenceNumber”:“2204291404862928”,“display”:“OPD Health record of DSADSAD SDSAD dated 29-Apr-2022”}]}}}

response 202 ok
/links/link/add-contexts Reponse:

<202,[correlation-id:“a02638b4-26ac-41d2-854c-81d4a8fcce4f”, cache-control:“no-cache, no-store, max-age=0, must-revalidate”, pragma:“no-cache”, expires:“0”, x-content-type-options:“nosniff”, strict-transport-security:“max-age=31536000 ; includeSubDomains”, x-frame-options:“DENY”, x-xss-protection:“1 ; mode=block”, referrer-policy:“no-referrer”, content-length:“0”, x-envoy-upstream-service-time:“10”, date:“Fri, 29 Apr 2022 10:50:23 GMT”, Set-Cookie:“TS011c04bd=01115a1c907cf79bb3803bcc91a0db593f43b5f72795031ee1419f05dd4c950fa9407fce8447c291da0d863d10c95c8b8db6c7d164; Path=/”]>

/v0.5/links/link/on-add-contexts: null

Please look into the issue
Thanks and Regards,
Laxmi Telsang.

1 Like

Facing similar issue.

@Ramandeep1 need help to resolve this issue.

Payload of add-context.

{
  "requestId": "{{$guid}}",
  "timestamp": "{{timestamp}}",
  "link": {
"accessToken": "eyJhbGciOiJSUzUxMiJ9.eyJzdWIiOiIzNTQ1MzMxMzg4NTY4M0BzYngiLCJjbGllbnRJZCI6IlBIUi1XRUIiLCJzeXN0ZW0iOiJBQkhBLUEiLCJyZXF1ZXN0ZXJJZCI6IlBIUi1XRUIiLCJwaHJNb2JpbGUiOiI4NzkzNjczNzUwIiwiZXhwIjoxNjU3MjY1ODEzLCJpYXQiOjE2NTcyNTg2MTMsInBockFkZHJlc3MiOiIzNTQ1MzMxMzg4NTY4M0BzYngiLCJ0eG5JZCI6ImMxYWE3ZmI4LTNiZTUtNDU3OC05MmJlLWM2YjI2YWMwMDliYSJ9.TkVJZhGVOVEEHIiiqgxE_W8PsWsmGnm0oOTazxPdbjKH875X9jLkfk2xfdYfOU_L0rnJlvVXDiyhAjrweRFwUH5JPWf5KZsSdYrjoQSYIgn0rC3FiD_PHmUsTz_Xh3VUxb2GqHQMO5Ws8BJlJgXVArc022SP3MPSgt_puveExDS8hhmleMmOlX5bRfZCuG4LDkET2fMB-8J4lKg_kvIITYqowiBBlBNgnD2zGWkt-tdHGiwFy49f1VMSmJb_9nmHCMCku7YHZBlfgJyO77G_IWRrskFs_6ergBun3AjdmWwf_uLI8nj7rm07PVLNY4ZFtw6UU9pK0lcci0Lle-3fyg",
"patient": {
  "referenceNumber": "35453313885683",
  "display": "Patient Level Display text",
  "careContexts": [
    {
      "referenceNumber": "95015411121994",
      "display": "Lab Visit on 16th june 2022"
    }
  ]
}
  }
}