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": "ba1857fb-d4ed-4c63-a6bb-3bb90ebfc733",
"type_txt": "sample string 1",
"patient_id": "ecd51ac3-c4dd-4df3-ac8b-040d0769af96",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "4e3235ee-ba0e-42c2-a8f6-7be666b702f1",
"record_id": "0eb42b4c-e284-465d-ac7d-e1645863563e",
"record_type_txt": "sample string 5",
"created_dt": "2026-08-04T22:22:06.8373369+00:00",
"created_by": "1ece7591-4d19-4ca2-99d1-7774dcd71545",
"updated_dt": "2026-08-04T22:22:06.8373369+00:00",
"updated_by": "b4182cef-a548-4801-87fc-cb99a64ea7ce",
"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. |