Body
-
name
string | null -
address
string | null -
dateOfBirth
string(date-time)
curl \
-X PUT http://api.example.com/api/Patient/UpdatePatient \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json-patch+json"
curl \
-X PUT http://api.example.com/api/Patient/UpdatePatient \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"name":"string","address":"string","dateOfBirth":"2024-05-04T09:42:00+00:00"}'
curl \
-X PUT http://api.example.com/api/Patient/UpdatePatient \
-H "Authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X PUT http://api.example.com/api/Patient/UpdatePatient \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/*+json"
{
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
{
"name": "string",
"address": "string",
"dateOfBirth": "2024-05-04T09:42:00+00:00"
}
{
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
{
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
{
"name": "string",
"address": "string",
"dateOfBirth": "2024-05-04T09:42:00+00:00"
}
{
"name": "string",
"address": "string",
"dateOfBirth": "2025-05-04T09:42:00Z"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}