payload
{
"clientPatientID": string,
"patientFirstName": string,
"patientLastName": string,
"patientDateofBirth": date,
"patientGender": string,
"patientPhoneNumber": string,
"patientAddress": {
"patientAddressNumber": string,
"patientAddressStreet": string,
"patientAddressCity": string,
"patientAddressCountry": string
},
"patientPostCode": string
}
-
-
-
-
-
-
-
-