POST api/attachment/delete
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": "c3386bb3-30de-48ee-8445-6107f9582c99",
"type_txt": "sample string 1",
"patient_id": "e10216f2-a888-4eba-886e-7306d85e7fb3",
"description_txt": "sample string 2",
"path_resource_txt": "sample string 3",
"file_dat": "QEA=",
"active_ind": true,
"sharing_attachment_id": "5c0d8ba1-faa2-4db3-9454-b851e3508a7a",
"record_id": "8a8306d8-96ae-437d-8d0f-08e4726a757a",
"record_type_txt": "sample string 5",
"created_dt": "2026-09-19T10:55:45.2892414+00:00",
"created_by": "89253cf6-beeb-4199-a0a1-ebcef3b3c125",
"updated_dt": "2026-09-19T10:55:45.2892414+00:00",
"updated_by": "bf7fee3b-2ced-44ff-aea2-8fa9c6f5be37",
"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. |