POST /api/Patient/Create

POST /api/Patient/Create

Body

Responses

POST /api/Patient/Create
curl \
 --request POST 'http://alzaware.runasp.net/api/Patient/Create' \
 --header "Content-Type: application/json" \
 --data '{"firstName":"string","lastName":"string","ssn":"string","city":"string","street":"string","zipCode":"string","birthDate":"2025-05-04T09:42:00Z","phone":"string","adminId":42}'
curl \
 --request POST 'http://alzaware.runasp.net/api/Patient/Create' \
 --header "Content-Type: text/json"
curl \
 --request POST 'http://alzaware.runasp.net/api/Patient/Create' \
 --header "Content-Type: application/*+json"
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "ssn": "string",
  "city": "string",
  "street": "string",
  "zipCode": "string",
  "birthDate": "2025-05-04T09:42:00Z",
  "phone": "string",
  "adminId": 42
}