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": "361e9b1d-622c-402c-95c8-688b07397c99",
"type_txt": "sample string 1",
"patient_id": "afc4e53f-df90-485c-abae-f1043e75cc1a",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "e521274a-3290-4cb4-bc4a-60d88cda8c0d",
"record_id": "7ed71294-075b-4fde-bdd1-295c8c018862",
"record_type_txt": "sample string 5",
"created_dt": "2026-02-04T02:53:19.4884104+00:00",
"created_by": "39e095c6-47a9-4a2e-8016-4a5c30bb86f1",
"updated_dt": "2026-02-04T02:53:19.4884104+00:00",
"updated_by": "08c7223f-5517-414f-8dc5-1b851ae10ad7",
"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. |