Create or update patient
PUT https://sdk.mediquo.com/v1/patients
Request Body
{"patients"=>[{"code"=>"123456_demo_user", "first_name"=>"Name", "last_name"=>"Surname", "gender"=>"male", "plan"=>"premium", "birth_date"=>"1980-01-01", "email"=>"demo@demo.com"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-API-Key | string | ||
X-Secret-Key | string | ||
Content-Type | string |