POST api/attachment/update

Request Information

URI Parameters

None.

Body Parameters

Collection of AttachmentModel
NameDescriptionTypeAdditional 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": "e40c74d5-b397-43fd-886a-8358d36ed3c4",
    "type_txt": "sample string 1",
    "patient_id": "cf450529-2b38-4b62-89c3-eddd36a3ab53",
    "description_txt": "sample string 2",
    "path_resource_txt": "sample string 3",
    "file_dat": "QEA=",
    "active_ind": true,
    "sharing_attachment_id": "34450427-f8a7-4d48-9dbc-360fc42143cd",
    "record_id": "8f060135-2550-4c5c-8d92-083f27123b7a",
    "record_type_txt": "sample string 5",
    "created_dt": "2025-08-29T03:12:59.8850513+00:00",
    "created_by": "a5e939de-68ae-4336-b1d7-d1e06a8fe5ae",
    "updated_dt": "2025-08-29T03:12:59.8850513+00:00",
    "updated_by": "324748ec-1153-41c8-8bcd-40510846743e",
    "hash_txt": "sample string 6"
  },
  {
    "$ref": "1"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.