POST api/patient/update
Request Information
URI Parameters
None.
Body Parameters
PatientModelName | 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": "2025-08-17T12:39:50.8792235+00:00", "sex": "sample string 9", "dateOfEntry": "2025-08-17T12:39:50.8792235+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": "2025-08-17T12:39:50.8792235+00:00", "lastUpdateDate": "2025-08-17T12:39:50.8792235+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": "2025-08-17T12:39:50.8792235+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": "2025-08-17T12:39:50.8792235+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": "4306d38b-35bb-4841-8acb-6530decf3a0e", "coPay": 1.0, "defaultDoctorID": "e11f1da3-6568-4300-8e0a-6014acadc7f7", "defaultOfficeID": "2c7af7a0-7edb-4977-aa34-6e16da18e9b0", "do_not_bill_ind": true, "template_ind": true, "template_name_txt": "sample string 49", "referring_provider_id": "77eb472a-89df-41b4-8a86-6097c7a6d548", "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": "04814540-2aad-4632-b93b-e68bd2cc4a98", "name_txt": "sample string 2", "type_txt": "sample string 3", "order": 1, "created_dt": "2025-08-17T12:39:50.8792235+00:00", "created_by": "04b39499-7f6f-4163-9f32-1a3f29094f98", "patientID": 6, "providerID": "854b421a-3f34-488c-9121-aaae2f407fee", "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": "1c2e4387-2b53-4f94-9ca5-3089a3aad8bf", "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": "2025-08-17T12:39:50.8792235+00:00", "insuredSSN": "sample string 13", "creationDate": "2025-08-17T12:39:50.8792235+00:00", "createdBy": 1, "lastUpdateDate": "2025-08-17T12:39:50.8792235+00:00", "lastUpdatedBy": 1, "attachment_id": "4d72d106-48d7-408a-a20c-8baded09d90e", "current_ind": true, "insurance_id": "29de0d38-43e7-4b1c-9882-3ee208bbe86d" }, { "$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
HttpResponseMessageName | 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. |