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": "6a4865c9-feec-4a50-85be-89b31f8408be",
"type_txt": "sample string 1",
"patient_id": "f09fe53c-e00b-46c1-b6f7-3c72c85bbe4d",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "d948fb62-7676-43ac-9ec1-18f299e51e7d",
"record_id": "0301658a-0c58-4a5b-95bd-f2ae7d60b380",
"record_type_txt": "sample string 5",
"created_dt": "2026-08-04T22:24:38.9769744+00:00",
"created_by": "b4d651e8-7686-4fa6-9f6f-c8dd434fd6f3",
"updated_dt": "2026-08-04T22:24:38.9769744+00:00",
"updated_by": "a0ed46c5-2994-4e6f-814f-1b91e66ab32e",
"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. |