POST api/patient/update
Request Information
URI Parameters
None.
Body Parameters
PatientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientID | integer |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleInitial | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| DateOfBirth | date |
None. |
|
| Sex | string |
None. |
|
| DateOfEntry | date |
None. |
|
| HomePhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| CellPhone | string |
None. |
|
| Employer | string |
None. |
|
| Occupation | string |
None. |
|
| Insurance | string |
None. |
|
| InsuranceIDNumber | string |
None. |
|
| CreationDate | date |
None. |
|
| LastUpdateDate | date |
None. |
|
| PatientAcctNo | string |
None. |
|
| Address2 | string |
None. |
|
| IsArchived | boolean |
None. |
|
| VisionInsurance | string |
None. |
|
| VisionInsuranceId | string |
None. |
|
| InsuredName | string |
None. |
|
| InsuredBirthdate | date |
None. |
|
| InsuredSSN | string |
None. |
|
| RelationshipToInsured | string |
None. |
|
| ReferedBy | string |
None. |
|
| ReferedByName | string |
None. |
|
| ResponsibleName | string |
None. |
|
| ResponsibleAddress | string |
None. |
|
| ResponsibleBirthdate | date |
None. |
|
| ResponsiblePhone | string |
None. |
|
| Race | string |
None. |
|
| MarriageStatus | integer |
None. |
|
| Employed | boolean |
None. |
|
| StudentStatus | integer |
None. |
|
| emailaddress | string |
None. |
|
| DoctorReferred | boolean |
None. |
|
| ReferringDoctor | string |
None. |
|
| SpouseName | string |
None. |
|
| SpouseEmployer | string |
None. |
|
| EmergencyContactName | string |
None. |
|
| EmergencyContactRelation | string |
None. |
|
| EmergencyContactHomePhone | string |
None. |
|
| EmergencyContactWorkPhone | string |
None. |
|
| SocialSecurityNum | string |
None. |
|
| SelfPay | boolean |
None. |
|
| Ethnicity | string |
None. |
|
| Language | string |
None. |
|
| LastUpdatedBy | integer |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| CoPay | decimal number |
None. |
|
| DefaultDoctorID | globally unique identifier |
None. |
|
| DefaultOfficeID | globally unique identifier |
None. |
|
| do_not_bill_ind | boolean |
None. |
|
| template_ind | boolean |
None. |
|
| template_name_txt | string |
None. |
|
| referring_provider_id | globally unique identifier |
None. |
|
| contact_method_txt | string |
None. |
|
| ResponsibleCity | string |
None. |
|
| ResponsibleState | string |
None. |
|
| ResponsibleZip | string |
None. |
|
| AddressType | string |
None. |
|
| Country | string |
None. |
|
| emailOptout | boolean |
None. |
|
| biller_review_before_bill_patient_ind | boolean |
None. |
|
| send_hcfa_ind | boolean |
None. |
|
| reminders_contact_txt | string |
None. |
|
| notifications_contact_txt | string |
None. |
|
| marketing_contact_txt | string |
None. |
|
| CellPhoneProvider | string |
None. |
|
| ResponsibleCountry | string |
None. |
|
| SpouseMaidenLastName | string |
None. |
|
| SpouseMaidenFirstName | string |
None. |
|
| ResponsibleRelationship | string |
None. |
|
| ResponsibleParty | integer |
None. |
|
| PatientCareTeams | Collection of PatientCareTeamModel |
None. |
|
| PatientIdentifiers | Collection of PatientIdentifierModel |
None. |
|
| PatientInsurances | Collection of PatientInsuranceModel |
None. |
|
| PatientRaces | Collection of PatientRaceModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"patientID": 1,
"lastName": "sample string 2",
"firstName": "sample string 3",
"middleInitial": "sample string 4",
"address": "sample string 5",
"city": "sample string 6",
"state": "sample string 7",
"zip": "sample string 8",
"dateOfBirth": "2026-02-04T02:51:17.0480442+00:00",
"sex": "sample string 9",
"dateOfEntry": "2026-02-04T02:51:17.0480442+00:00",
"homePhone": "sample string 10",
"workPhone": "sample string 11",
"cellPhone": "sample string 12",
"employer": "sample string 13",
"occupation": "sample string 14",
"insurance": "sample string 15",
"insuranceIDNumber": "sample string 16",
"creationDate": "2026-02-04T02:51:17.0480442+00:00",
"lastUpdateDate": "2026-02-04T02:51:17.0480442+00:00",
"patientAcctNo": "sample string 19",
"address2": "sample string 20",
"isArchived": true,
"visionInsurance": "sample string 21",
"visionInsuranceId": "sample string 22",
"insuredName": "sample string 23",
"insuredBirthdate": "2026-02-04T02:51:17.0480442+00:00",
"insuredSSN": "sample string 24",
"relationshipToInsured": "sample string 25",
"referedBy": "sample string 26",
"referedByName": "sample string 27",
"responsibleName": "sample string 28",
"responsibleAddress": "sample string 29",
"responsibleBirthdate": "2026-02-04T02:51:17.0480442+00:00",
"responsiblePhone": "sample string 30",
"race": "sample string 31",
"marriageStatus": 1,
"employed": true,
"studentStatus": 33,
"emailaddress": "sample string 34",
"doctorReferred": true,
"referringDoctor": "sample string 36",
"spouseName": "sample string 37",
"spouseEmployer": "sample string 38",
"emergencyContactName": "sample string 39",
"emergencyContactRelation": "sample string 40",
"emergencyContactHomePhone": "sample string 41",
"emergencyContactWorkPhone": "sample string 42",
"socialSecurityNum": "sample string 43",
"selfPay": true,
"ethnicity": "sample string 45",
"language": "sample string 46",
"lastUpdatedBy": 1,
"patient_id": "2b5f4ae8-8caf-4fe8-967c-812b813bce22",
"coPay": 1.0,
"defaultDoctorID": "23cfc675-eb97-4e1f-b082-7d9c1bc4ca6b",
"defaultOfficeID": "6f26f006-e560-4cb7-bf4a-1a8cae89665e",
"do_not_bill_ind": true,
"template_ind": true,
"template_name_txt": "sample string 49",
"referring_provider_id": "e701bb1c-fbad-420d-b7c5-807a38ea94ab",
"contact_method_txt": "sample string 50",
"responsibleCity": "sample string 51",
"responsibleState": "sample string 52",
"responsibleZip": "sample string 53",
"addressType": "sample string 54",
"country": "sample string 55",
"emailOptout": true,
"biller_review_before_bill_patient_ind": true,
"send_hcfa_ind": true,
"reminders_contact_txt": "sample string 59",
"notifications_contact_txt": "sample string 60",
"marketing_contact_txt": "sample string 61",
"cellPhoneProvider": "sample string 62",
"responsibleCountry": "sample string 63",
"spouseMaidenLastName": "sample string 64",
"spouseMaidenFirstName": "sample string 65",
"responsibleRelationship": "sample string 66",
"responsibleParty": 67,
"patientCareTeams": [
{
"$id": "2",
"patient_care_team_id": "a61117f0-90de-4f64-8813-080690abb713",
"name_txt": "sample string 2",
"type_txt": "sample string 3",
"order": 1,
"created_dt": "2026-02-04T02:51:17.0480442+00:00",
"created_by": "78085ac8-d4bf-410c-99ba-857d7d6c49bf",
"patientID": 6,
"providerID": "3acbca72-ebcf-47ca-93e6-4d0db2ce8808",
"patient": {
"$ref": "1"
}
},
{
"$ref": "2"
}
],
"patientIdentifiers": [
{
"$id": "3",
"patientId": 1,
"identifierId": 2,
"id": 3,
"identifier": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"active_ind": true
},
"patient": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"patientInsurances": [
{
"$id": "5",
"patientInsuranceID": "426e94d1-fe7e-409b-991b-2863caf892ee",
"patientID": 2,
"insuranceType": 3,
"insuranceOrder": 4,
"insuranceName": "sample string 5",
"status": "sample string 6",
"memberID": "sample string 7",
"groupID": "sample string 8",
"insuredName": "sample string 9",
"insuredRelation": "sample string 10",
"insuredEmployer": "sample string 11",
"insuredGender": "sample string 12",
"insuredDOB": "2026-02-04T02:51:17.0480442+00:00",
"insuredSSN": "sample string 13",
"creationDate": "2026-02-04T02:51:17.0480442+00:00",
"createdBy": 1,
"lastUpdateDate": "2026-02-04T02:51:17.0480442+00:00",
"lastUpdatedBy": 1,
"attachment_id": "a5edc91f-dae4-4288-abb3-efd02a16ddcc",
"current_ind": true,
"insurance_id": "c3f182e2-7b7c-4b1a-9846-5b85d31f0e1e"
},
{
"$ref": "5"
}
],
"patientRaces": [
{
"$id": "6",
"patientID": 1,
"race": "sample string 2",
"patient": {
"$ref": "1"
}
},
{
"$ref": "6"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |