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": "c1067141-e106-4da3-a6e2-8801e1e75df8",
"type_txt": "sample string 1",
"patient_id": "0645bd33-df8b-40a1-a16e-ec3ba42d2a85",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "1b9d38ff-38a6-4364-b1ee-d54d31435616",
"record_id": "48f0bdca-ffee-4a75-8ef1-a94d7a420a7b",
"record_type_txt": "sample string 5",
"created_dt": "2026-06-20T20:38:38.6063425+00:00",
"created_by": "e3a14828-6756-4c3c-9ca6-d2122ff289fe",
"updated_dt": "2026-06-20T20:38:38.6063425+00:00",
"updated_by": "fa64c546-2c36-49b9-932d-5f50574b49f0",
"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. |