POST api/Document

Request Information

URI Parameters

None.

Body Parameters

Collection of DocumentBindingModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PatientId

globally unique identifier

None.

MemberId

globally unique identifier

Required

EncounterId

globally unique identifier

None.

CategoryId

integer

None.

Note

string

None.

FileName

string

Required

ContentType

string

Required

FilePath

string

None.

ThumbNail

string

None.

ModuleName

string

Required

Content

string

None.

Size

integer

None.

StatusId

integer

None.

RecordId

globally unique identifier

None.

RecordTypeId

integer

None.

ModuleId

integer

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Modified

Member

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of DocumentListModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

MemberId

globally unique identifier

None.

EncounterId

globally unique identifier

None.

FileName

string

None.

FilePath

string

None.

ContentType

string

None.

Content

string

None.

Size

integer

None.

Note

string

None.

ThumbNail

string

None.

TypeId

integer

None.

Name

string

None.

ModifiedBy

string

None.

ModifiedOn

date

None.

ModifiedOnUTC

date

None.

ModuleId

integer

None.

DownloadUrl

string

None.

RecordId

globally unique identifier

None.

RecordTypeId

integer

None.

StatusId

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "f347a534-9357-407d-8de6-c90c568c5420",
    "MemberId": "dc2c35a7-c4ee-432f-8ba7-50ddcd3b2e77",
    "EncounterId": "a73b8eab-8a86-4c8a-9019-9d52243edeb7",
    "FileName": "sample string 1",
    "FilePath": "sample string 2",
    "ContentType": "sample string 3",
    "Content": "sample string 4",
    "Size": 1,
    "Note": "sample string 5",
    "ThumbNail": "sample string 6",
    "TypeId": 1,
    "Name": "sample string 7",
    "ModifiedBy": "sample string 8",
    "ModifiedOn": "2024-07-05T16:58:59.5916204-05:00",
    "ModifiedOnUTC": "2024-07-05T16:58:59.5916204-05:00",
    "ModuleId": 1,
    "DownloadUrl": "sample string 9",
    "RecordId": "06988296-c9b4-42e2-8141-4abb6eb53bd5",
    "RecordTypeId": 1,
    "StatusId": "sample string 10"
  },
  {
    "Id": "f347a534-9357-407d-8de6-c90c568c5420",
    "MemberId": "dc2c35a7-c4ee-432f-8ba7-50ddcd3b2e77",
    "EncounterId": "a73b8eab-8a86-4c8a-9019-9d52243edeb7",
    "FileName": "sample string 1",
    "FilePath": "sample string 2",
    "ContentType": "sample string 3",
    "Content": "sample string 4",
    "Size": 1,
    "Note": "sample string 5",
    "ThumbNail": "sample string 6",
    "TypeId": 1,
    "Name": "sample string 7",
    "ModifiedBy": "sample string 8",
    "ModifiedOn": "2024-07-05T16:58:59.5916204-05:00",
    "ModifiedOnUTC": "2024-07-05T16:58:59.5916204-05:00",
    "ModuleId": 1,
    "DownloadUrl": "sample string 9",
    "RecordId": "06988296-c9b4-42e2-8141-4abb6eb53bd5",
    "RecordTypeId": 1,
    "StatusId": "sample string 10"
  }
]