POST api/attachment/getfile
Request Information
URI Parameters
None.
Body Parameters
AttachmentModelName | 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": "5adc4552-c84d-4fc6-b9ff-909474a63256", "type_txt": "sample string 1", "patient_id": "e15692c7-96b1-4f4f-9ca9-a2d8d837a480", "description_txt": "sample string 2", "path_resource_txt": "sample string 3", "file_dat": "QEA=", "active_ind": true, "sharing_attachment_id": "9c82200e-f4ba-4e81-baf4-1d95eb1f1eca", "record_id": "78ef4409-a03a-4783-beb9-27e3f8be4b01", "record_type_txt": "sample string 5", "created_dt": "2025-08-13T22:28:37.1098128+00:00", "created_by": "405029f6-42f3-48a0-a32c-5de5ac76e56a", "updated_dt": "2025-08-13T22:28:37.1098128+00:00", "updated_by": "c11e0c35-740a-4bfe-a8f5-eee84fbe7536", "hash_txt": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |