Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Hi,
I have tried using POSTMAN with your provided client_id, X-Auth-Token, email , password and Url. I tried as follows:
Method: POST
Url: http://hrmtest.dghs.gov.bd/api/1.0/sso/signin
Headers:
Key : client_id, Value : XXX(provided)
Key: X-Auth-Token, Value : XXX(provided)
Body(x-www-form-urlencoded):
Key: email, Value: XXX(provided)
Key: Password, Value: XXX(provided)
After request generating, I have got a access_token in response.
Another request generated for patient creation is as follows:
Method: POST
Url: http://172.18.46.53:8081/api/v1/patients or https://bdshr-mci.twhosted.com/api/v1/patients
Headers:
Key : client_id, Value : XXX(provided)
Key: X-Auth-Token, Value : access_token
Key: Content-Type, Value: application/json
Key: from, Value: XXX(email)
Body(raw): Payload JSON
After request is generated I am getting "Could not get any response"
--with regards
Julkar Nain