POST api/THUploadDocument

Request Information

URI Parameters

None.

Body Parameters

Collection of UploadDoc
NameDescriptionTypeAdditional information
FileName

string

Required

Max length: 50

ContentType

string

Required

Max length: 30

Content

string

Required

EncounterId

globally unique identifier

Required

AccountId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
[
  {
    "FileName": "sample string 1",
    "ContentType": "sample string 2",
    "Content": "sample string 3",
    "EncounterId": "76c04a45-9231-4192-9f0b-1a443d748c9f",
    "AccountId": "5b04a353-ed51-4505-94d6-d30aeeacc373"
  },
  {
    "FileName": "sample string 1",
    "ContentType": "sample string 2",
    "Content": "sample string 3",
    "EncounterId": "76c04a45-9231-4192-9f0b-1a443d748c9f",
    "AccountId": "5b04a353-ed51-4505-94d6-d30aeeacc373"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.