POST api/attachment/getfile
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": "1670b996-c0d5-4713-87a3-d198f2169391",
"type_txt": "sample string 1",
"patient_id": "33971f53-0e23-42bf-9182-b9db2f2e3a28",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "6109478c-6225-46bb-ac63-96f3893dfc90",
"record_id": "d1fc1b1c-c1bd-4d58-af7b-406c518fc080",
"record_type_txt": "sample string 5",
"created_dt": "2026-02-04T02:54:05.3891504+00:00",
"created_by": "fd16c86d-bb8d-4295-b44e-f27124388c93",
"updated_dt": "2026-02-04T02:54:05.3891504+00:00",
"updated_by": "14c6733e-84f7-455b-b37e-0624898aeff1",
"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. |