POST api/attachment/logattachmentdownload
Request Information
URI Parameters
None.
Body Parameters
AttachmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| attachment_id | globally unique identifier |
None. |
|
| type_txt | string |
None. |
|
| patient_id | globally unique identifier |
None. |
|
| description_txt | string |
None. |
|
| path_resource_txt | string |
None. |
|
| file_dat | Collection of byte |
None. |
|
| active_ind | boolean |
None. |
|
| sharing_attachment_id | globally unique identifier |
None. |
|
| record_id | globally unique identifier |
None. |
|
| record_type_txt | string |
None. |
|
| created_dt | date |
None. |
|
| created_by | globally unique identifier |
None. |
|
| updated_dt | date |
None. |
|
| updated_by | globally unique identifier |
None. |
|
| hash_txt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"attachment_id": "1e90a38c-8560-4a2b-a893-e4544d59cb42",
"type_txt": "sample string 1",
"patient_id": "15a1f26a-8012-433f-bb8b-472d8e6ade71",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "84c3d6b9-a1f8-486c-a8f8-9b3599e7ff4a",
"record_id": "3740740d-2a4a-4341-95a7-9620ef7935fb",
"record_type_txt": "sample string 5",
"created_dt": "2026-05-06T12:29:49.1329039+00:00",
"created_by": "e12d0639-3fb3-4589-95ce-40ddbba882d2",
"updated_dt": "2026-05-06T12:29:49.1329039+00:00",
"updated_by": "9ab5ffb3-3948-4811-a20c-c52d1a9cd384",
"hash_txt": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |