POST /api/Patient/Create
application/json
POST
/api/Patient/Create
cURL (application/json)
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
}