PUT api/Auscultations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
SharedAuscultationViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
|
| ConsultationId | globally unique identifier |
Required |
|
| OwnerId | globally unique identifier |
Required |
|
| OwnerUsername | string |
Required |
|
| PatientWeight | decimal number |
Required |
|
| PatientAge | integer |
None. |
|
| PatientHeight | decimal number |
Required |
|
| Reason | string |
None. |
|
| Medications | string |
None. |
|
| Description | string |
None. |
|
| Diagnostics | string |
None. |
|
| ComplementaryExams | string |
None. |
|
| Type | AuscultationType |
Required |
|
| AnalyseType | AnalyseType |
Required |
|
| ECGType | ECGType |
Required |
|
| Rythm | Rythm |
None. |
|
| PPoints | string |
None. |
|
| QPoints | string |
None. |
|
| RPoints | string |
None. |
|
| SPoints | string |
None. |
|
| TPoints | string |
None. |
|
| B1MMaxPoints | string |
None. |
|
| B1TMaxPoints | string |
None. |
|
| B2AMaxPoints | string |
None. |
|
| B2PMaxPoints | string |
None. |
|
| PressionPiedPoints | string |
None. |
|
| PressionMaxPoints | string |
None. |
|
| PressionIncisurePoints | string |
None. |
|
| Signal | Collection of byte |
None. |
|
| PulmonarySymptoms | Collection of PulmonarySymptom |
None. |
|
| Souffles | Collection of Souffles |
None. |
|
| FoyerId | globally unique identifier |
Required |
|
| AuscultationPositionId | globally unique identifier |
Required |
|
| Comments | Collection of CommentViewModel |
None. |
|
| ShareWith | Collection of SharedWithUserViewModel |
Required |
|
| CreationDate | date |
Required |
|
| LastUpdateDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": "f264c8fc-4c39-4229-8192-93f077084cb9",
"ConsultationId": "a1a13f40-cdfe-4da1-b843-39e1ed67d54b",
"OwnerId": "9c007e2f-6b5b-4d3d-80a4-08a7b632299c",
"OwnerUsername": "sample string 4",
"PatientWeight": 5.0,
"PatientAge": 6,
"PatientHeight": 7.0,
"Reason": "sample string 8",
"Medications": "sample string 9",
"Description": "sample string 10",
"Diagnostics": "sample string 11",
"ComplementaryExams": "sample string 12",
"Type": 1,
"AnalyseType": 1,
"ECGType": 1,
"Rythm": 1,
"PPoints": "sample string 13",
"QPoints": "sample string 14",
"RPoints": "sample string 15",
"SPoints": "sample string 16",
"TPoints": "sample string 17",
"B1MMaxPoints": "sample string 18",
"B1TMaxPoints": "sample string 19",
"B2AMaxPoints": "sample string 20",
"B2PMaxPoints": "sample string 21",
"PressionPiedPoints": "sample string 22",
"PressionMaxPoints": "sample string 23",
"PressionIncisurePoints": "sample string 24",
"Signal": "QEA=",
"PulmonarySymptoms": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "a83b45da-3381-4954-a824-52a9c52e3452",
"CreationDate": "2025-12-10T04:42:47.4897932+01:00",
"LastUpdateDate": "2025-12-10T04:42:47.4897932+01:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "a83b45da-3381-4954-a824-52a9c52e3452",
"CreationDate": "2025-12-10T04:42:47.4897932+01:00",
"LastUpdateDate": "2025-12-10T04:42:47.4897932+01:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "912ca7bd-81fa-4cd7-aa1f-d8eb9a45a519",
"CreationDate": "2025-12-10T04:42:47.4897932+01:00",
"LastUpdateDate": "2025-12-10T04:42:47.4897932+01:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "912ca7bd-81fa-4cd7-aa1f-d8eb9a45a519",
"CreationDate": "2025-12-10T04:42:47.4897932+01:00",
"LastUpdateDate": "2025-12-10T04:42:47.4897932+01:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "ac9cc34e-7b92-447e-b004-f11fd479e369",
"AuscultationPositionId": "56d3891c-8759-4750-8800-833c2c8e7354",
"Comments": [
{
"Id": "5694cb4e-4e7b-477c-9c28-10c63b251a8e",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "3d77d612-1f82-4c28-9970-acdbcac7b764",
"AuscultationId": "db5a5de4-2f3b-4bb3-900f-3ead80336542",
"OwnerUserName": "sample string 5"
},
{
"Id": "5694cb4e-4e7b-477c-9c28-10c63b251a8e",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "3d77d612-1f82-4c28-9970-acdbcac7b764",
"AuscultationId": "db5a5de4-2f3b-4bb3-900f-3ead80336542",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "f2be1b34-8f3c-4afc-b9aa-5bf56dcf791f",
"UserName": "sample string 2"
},
{
"Id": "f2be1b34-8f3c-4afc-b9aa-5bf56dcf791f",
"UserName": "sample string 2"
}
],
"CreationDate": "2025-12-10T04:42:47.4897932+01:00",
"LastUpdateDate": "2025-12-10T04:42:47.4897932+01:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.