# POST /api/Patient/Create **POST /api/Patient/Create** ## Servers - Production: http://alzaware.runasp.net (Production) ## Parameters ### Body: application/json (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** () ## Responses ### 200 Success #### Body: application/json (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** () [Powered by Bump.sh](https://bump.sh)