POST api/attachment/update
Request Information
URI Parameters
None.
Body Parameters
Collection of 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:
[
{
"$id": "1",
"attachment_id": "d88a2ca6-97ed-4f68-add1-c77757abb38a",
"type_txt": "sample string 1",
"patient_id": "4888c628-8c3c-493e-974e-751390bbead3",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "242f0d8d-02b5-4f3b-a3f9-7660ce478a0a",
"record_id": "8bcdfc5d-be9c-4a7b-8b61-b14cf662e5e3",
"record_type_txt": "sample string 5",
"created_dt": "2026-09-19T10:55:45.94319+00:00",
"created_by": "cbb0bf6b-e3b6-4fc4-b311-f3b36fd64f60",
"updated_dt": "2026-09-19T10:55:45.94319+00:00",
"updated_by": "08587e96-69f7-4b4b-9d0d-b062a47d9ee2",
"hash_txt": "sample string 6"
},
{
"$ref": "1"
}
]
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. |