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": "e2c88332-8af9-48bf-9c27-ab587207ac3c",
"ConsultationId": "960d25c0-e31c-4239-9970-f13d3bd286dd",
"OwnerId": "cc266361-8ad2-46c6-ab05-7fe246fd9057",
"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": "2842c80a-660a-4ad5-a11e-e675bc7520c9",
"CreationDate": "2026-06-02T17:05:56.3625663+02:00",
"LastUpdateDate": "2026-06-02T17:05:56.3625663+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "2842c80a-660a-4ad5-a11e-e675bc7520c9",
"CreationDate": "2026-06-02T17:05:56.3625663+02:00",
"LastUpdateDate": "2026-06-02T17:05:56.3625663+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "cf4a8841-6c9b-452e-91c6-bfc81a1f64f9",
"CreationDate": "2026-06-02T17:05:56.3625663+02:00",
"LastUpdateDate": "2026-06-02T17:05:56.3625663+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "cf4a8841-6c9b-452e-91c6-bfc81a1f64f9",
"CreationDate": "2026-06-02T17:05:56.3625663+02:00",
"LastUpdateDate": "2026-06-02T17:05:56.3625663+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "25424805-ae96-4b98-974c-b262a4c7064f",
"AuscultationPositionId": "a94c6d98-3450-4916-b6e2-86e199a762df",
"Comments": [
{
"Id": "c1218c66-bf29-411c-a244-4ffaebab437e",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "bff100dd-e844-4207-8a91-92e59b3633db",
"AuscultationId": "54db6e14-bc4a-4463-91e2-d500a2e031cf",
"OwnerUserName": "sample string 5"
},
{
"Id": "c1218c66-bf29-411c-a244-4ffaebab437e",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "bff100dd-e844-4207-8a91-92e59b3633db",
"AuscultationId": "54db6e14-bc4a-4463-91e2-d500a2e031cf",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "27011550-439e-475f-aed0-81cb9fc0380c",
"UserName": "sample string 2"
},
{
"Id": "27011550-439e-475f-aed0-81cb9fc0380c",
"UserName": "sample string 2"
}
],
"CreationDate": "2026-06-02T17:05:56.3625663+02:00",
"LastUpdateDate": "2026-06-02T17:05:56.3625663+02: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.