POST api/THUploadDocument
Request Information
URI Parameters
None.
Body Parameters
Collection of UploadDocName | 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": "d2dea0f5-ec2d-4af9-989b-3da1b64efaad", "AccountId": "4fbc09a8-6e2d-41f7-abc3-503c261085ea" }, { "FileName": "sample string 1", "ContentType": "sample string 2", "Content": "sample string 3", "EncounterId": "d2dea0f5-ec2d-4af9-989b-3da1b64efaad", "AccountId": "4fbc09a8-6e2d-41f7-abc3-503c261085ea" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.