POST api/Patients/UpdatePatientData
Request Information
URI Parameters
None.
Body Parameters
ExternalPatientData| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_num | integer |
None. |
|
| id_num | string |
None. |
|
| pasport | string |
None. |
|
| last_name | string |
None. |
|
| first_name | string |
None. |
|
| sex | string |
None. |
|
| born | date |
None. |
|
| city_code | integer |
None. |
|
| street | string |
None. |
|
| apartment_num | string |
None. |
|
| azip | string |
None. |
|
| home | integer |
None. |
|
| entrance | string |
None. |
|
| p_o_b | integer |
None. |
|
| insur_code | integer |
None. |
|
| string |
None. |
||
| homephone | string |
None. |
|
| mobilephone | string |
None. |
|
| fax | string |
None. |
|
| workphone | string |
None. |
|
| escort_phone | string |
None. |
|
| sensitivity | string |
None. |
|
| smoker | string |
None. |
|
| MobileOrEmail | string |
None. |
|
| get_reminder_sms | boolean |
None. |
|
| mailing | boolean |
None. |
|
| RecaptchaResponse | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cust_num": 1,
"id_num": "sample string 1",
"pasport": "sample string 2",
"last_name": "sample string 3",
"first_name": "sample string 4",
"sex": "sample string 5",
"born": "2026-04-17T13:07:57.8145061+03:00",
"city_code": 1,
"street": "sample string 6",
"apartment_num": "sample string 7",
"azip": "sample string 8",
"home": 1,
"entrance": "sample string 9",
"p_o_b": 1,
"insur_code": 1,
"email": "sample string 10",
"homephone": "sample string 11",
"mobilephone": "sample string 12",
"fax": "sample string 13",
"workphone": "sample string 14",
"escort_phone": "sample string 15",
"sensitivity": "sample string 16",
"smoker": "sample string 17",
"MobileOrEmail": "sample string 18",
"get_reminder_sms": true,
"mailing": true,
"RecaptchaResponse": "sample string 21"
}
application/xml, text/xml
Sample:
<ExternalPatientData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.MedInterfaces"> <MobileOrEmail>sample string 18</MobileOrEmail> <RecaptchaResponse>sample string 21</RecaptchaResponse> <apartment_num>sample string 7</apartment_num> <azip>sample string 8</azip> <born>2026-04-17T13:07:57.8145061+03:00</born> <city_code>1</city_code> <cust_num>1</cust_num> <email>sample string 10</email> <entrance>sample string 9</entrance> <escort_phone>sample string 15</escort_phone> <fax>sample string 13</fax> <first_name>sample string 4</first_name> <get_reminder_sms>true</get_reminder_sms> <home>1</home> <homephone>sample string 11</homephone> <id_num>sample string 1</id_num> <insur_code>1</insur_code> <last_name>sample string 3</last_name> <mailing>true</mailing> <mobilephone>sample string 12</mobilephone> <p_o_b>1</p_o_b> <pasport>sample string 2</pasport> <sensitivity>sample string 16</sensitivity> <sex>sample string 5</sex> <smoker>sample string 17</smoker> <street>sample string 6</street> <workphone>sample string 14</workphone> </ExternalPatientData>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.