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": "aceb85b2-af12-4bbe-9fac-0d909bf7eb45",
"type_txt": "sample string 1",
"patient_id": "0a5eef8d-f2e9-4375-8eda-1a6bfd319cbd",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "a7f27807-d43a-4eff-9bc7-df0141887d2d",
"record_id": "149d28ad-0969-440f-9606-ea64ee3e9915",
"record_type_txt": "sample string 5",
"created_dt": "2026-09-19T10:59:26.5270699+00:00",
"created_by": "1bb5b5d1-e235-48e5-833b-fbc015144526",
"updated_dt": "2026-09-19T10:59:26.5270699+00:00",
"updated_by": "d3370305-bc3b-452f-94ff-9b025d5da5f1",
"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. |