POST /api/Patient/Create

POST /api/Patient/Create

Body

  • firstName string | null
  • lastName string | null
  • ssn string | null
  • city string | null
  • street string | null
  • zipCode string | null
  • birthDate string(date-time)
  • phone string | null
  • adminId integer(int32)
  • Additional properties are NOT allowed

Body

  • firstName string | null
  • lastName string | null
  • ssn string | null
  • city string | null
  • street string | null
  • zipCode string | null
  • birthDate string(date-time)
  • phone string | null
  • adminId integer(int32)
  • Additional properties are NOT allowed

Body

  • firstName string | null
  • lastName string | null
  • ssn string | null
  • city string | null
  • street string | null
  • zipCode string | null
  • birthDate string(date-time)
  • phone string | null
  • adminId integer(int32)
  • Additional properties are NOT allowed

Responses

  • Success

    Hide response attributes Show response attributes object
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • city string | null
    • street string | null
    • zipCode string | null
    • birthDate string(date-time)
    • phone string | null
    • adminId integer(int32)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • city string | null
    • street string | null
    • zipCode string | null
    • birthDate string(date-time)
    • phone string | null
    • adminId integer(int32)
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • firstName string | null
    • lastName string | null
    • ssn string | null
    • city string | null
    • street string | null
    • zipCode string | null
    • birthDate string(date-time)
    • phone string | null
    • adminId integer(int32)
    • Additional properties are NOT allowed
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
}
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "ssn": "string",
  "city": "string",
  "street": "string",
  "zipCode": "string",
  "birthDate": "2025-05-04T09:42:00Z",
  "phone": "string",
  "adminId": 42
}
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "ssn": "string",
  "city": "string",
  "street": "string",
  "zipCode": "string",
  "birthDate": "2025-05-04T09:42:00Z",
  "phone": "string",
  "adminId": 42
}
Response examples (200)
{
  "firstName": "string",
  "lastName": "string",
  "ssn": "string",
  "city": "string",
  "street": "string",
  "zipCode": "string",
  "birthDate": "2025-05-04T09:42:00Z",
  "phone": "string",
  "adminId": 42
}
Response examples (200)
{
  "firstName": "string",
  "lastName": "string",
  "ssn": "string",
  "city": "string",
  "street": "string",
  "zipCode": "string",
  "birthDate": "2025-05-04T09:42:00Z",
  "phone": "string",
  "adminId": 42
}