POST api/attachment/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of 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:
[ { "$id": "1", "attachment_id": "315c8f81-ef95-4f56-bde3-5c2099f27ed1", "type_txt": "sample string 1", "patient_id": "d2519bd0-2b12-4ef0-a175-c33c70f603e2", "description_txt": "sample string 2", "path_resource_txt": "sample string 3", "file_dat": "QEA=", "active_ind": true, "sharing_attachment_id": "b85b1902-9288-4920-9420-4fde2f011b1f", "record_id": "fe3e28fe-45c8-4957-998d-046e36817e55", "record_type_txt": "sample string 5", "created_dt": "2025-08-29T03:06:41.3692545+00:00", "created_by": "bb55c2ab-7d49-41e0-8647-556b7a08049e", "updated_dt": "2025-08-29T03:06:41.3692545+00:00", "updated_by": "5136ec4b-d73e-4796-b158-427e64fb7c2c", "hash_txt": "sample string 6" }, { "$ref": "1" } ]
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. |