Logo
MediQuo API API Documentation

Create or update patient

PUT https://sdk.mediquo.com/v1/patients

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-API-Key
string
X-Secret-Key
string
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://sdk.mediquo.com/v1/patients' -H 'X-API-Key: API_KEY' -H 'X-Secret-Key: SECRET_KEY' -H 'Content-Type: application/json' -d '{"patients":[{"code":"123456_demo_user","first_name":"Name","last_name":"Surname","gender":"male","plan":"premium","birth_date":"1980-01-01","email":"demo@demo.com"}]}'

ENDPOINTS