POST api/Auscultations
Request Information
URI Parameters
None.
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": "e8743955-4d8b-4d92-bb17-06970db5c87d",
"ConsultationId": "20d82bbd-e8c6-47e7-b57b-5f6e7a95a5cd",
"OwnerId": "d9cd3980-d482-41f1-a213-ff05b79ee58a",
"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": "2dfbdf4a-44af-48f1-957c-9b9d01eae971",
"CreationDate": "2026-06-02T17:05:24.9130077+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.9130077+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "2dfbdf4a-44af-48f1-957c-9b9d01eae971",
"CreationDate": "2026-06-02T17:05:24.9130077+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.9130077+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"Souffles": [
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "4550b187-7e95-4255-95a8-8d54fc006c8b",
"CreationDate": "2026-06-02T17:05:24.9130077+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.9130077+02:00",
"Description": "sample string 6",
"IsActive": true
},
{
"Name": "sample string 1",
"Code": 2,
"PhonoSignal": "QEA=",
"Id": "4550b187-7e95-4255-95a8-8d54fc006c8b",
"CreationDate": "2026-06-02T17:05:24.9130077+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.9130077+02:00",
"Description": "sample string 6",
"IsActive": true
}
],
"FoyerId": "44fac390-bf46-494e-8551-bc8e7b58e16d",
"AuscultationPositionId": "a05144d7-2576-4e42-9d4e-c4a8dba536c8",
"Comments": [
{
"Id": "96368bd5-4c6b-47f5-a7a4-7fcbbd28d322",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "b67c4e88-32f7-4f5e-a5b7-3efef44ffd1a",
"AuscultationId": "e27bcf3d-1db3-4998-b086-cd5c8d96e6bd",
"OwnerUserName": "sample string 5"
},
{
"Id": "96368bd5-4c6b-47f5-a7a4-7fcbbd28d322",
"Subject": "sample string 2",
"Message": "sample string 3",
"OwnerId": "b67c4e88-32f7-4f5e-a5b7-3efef44ffd1a",
"AuscultationId": "e27bcf3d-1db3-4998-b086-cd5c8d96e6bd",
"OwnerUserName": "sample string 5"
}
],
"ShareWith": [
{
"Id": "f8cc7843-cf00-49da-a902-66d13d39a8f0",
"UserName": "sample string 2"
},
{
"Id": "f8cc7843-cf00-49da-a902-66d13d39a8f0",
"UserName": "sample string 2"
}
],
"CreationDate": "2026-06-02T17:05:24.9130077+02:00",
"LastUpdateDate": "2026-06-02T17:05:24.9130077+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.