POST /api/AddRelative/{patientId}

POST /api/AddRelative/{patientId}

Path parameters

Body

Responses

POST /api/AddRelative/{patientId}
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"
}