POST api/THUploadDocument
Request Information
URI Parameters
None.
Body Parameters
Collection of UploadDoc| Name | Description | Type | Additional 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": "97fcbdb6-05a1-4b4a-b2a6-7bdeca0849b7",
"AccountId": "efc9628a-61e5-4028-85c7-33ff3ef9f278"
},
{
"FileName": "sample string 1",
"ContentType": "sample string 2",
"Content": "sample string 3",
"EncounterId": "97fcbdb6-05a1-4b4a-b2a6-7bdeca0849b7",
"AccountId": "efc9628a-61e5-4028-85c7-33ff3ef9f278"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.