POST /api/AddRelative/{patientId}
Path parameters
-
patientId
integer(int32) Required
application/json
POST
/api/AddRelative/{patientId}
cURL (application/json)
curl \
--request POST 'http://alzaware.runasp.net/api/AddRelative/{patientId}' \
--header "Content-Type: application/json" \
--data '{"firstName":"string","lastName":"string","ssn":"string","password":"string","birthDate":"2025-05-04T09:42:00Z","city":"string","street":"string","zipCode":"string","relationshipDegree":"string"}'
curl \
--request POST 'http://alzaware.runasp.net/api/AddRelative/{patientId}' \
--header "Content-Type: text/json"
curl \
--request POST 'http://alzaware.runasp.net/api/AddRelative/{patientId}' \
--header "Content-Type: application/*+json"
Request examples
{
"firstName": "string",
"lastName": "string",
"ssn": "string",
"password": "string",
"birthDate": "2025-05-04T09:42:00Z",
"city": "string",
"street": "string",
"zipCode": "string",
"relationshipDegree": "string"
}
Request examples
{
"firstName": "string",
"lastName": "string",
"ssn": "string",
"password": "string",
"birthDate": "2025-05-04T09:42:00Z",
"city": "string",
"street": "string",
"zipCode": "string",
"relationshipDegree": "string"
}
Request examples
{
"firstName": "string",
"lastName": "string",
"ssn": "string",
"password": "string",
"birthDate": "2025-05-04T09:42:00Z",
"city": "string",
"street": "string",
"zipCode": "string",
"relationshipDegree": "string"
}