POST api/StagedDocument
Request Information
URI Parameters
None.
Body Parameters
StagedDocumentData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| Bridge | integer |
None. |
|
| Filename | string |
None. |
|
| Extension | string |
None. |
|
| Comments | string |
None. |
|
| RemotePath | string |
None. |
|
| InReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Bridge": 2,
"Filename": "sample string 3",
"Extension": "sample string 4",
"Comments": "sample string 5",
"RemotePath": "sample string 6",
"InReport": true
}
application/xml, text/xml
Sample:
<StagedDocumentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.Api.ApiModels"> <Bridge>2</Bridge> <Comments>sample string 5</Comments> <Extension>sample string 4</Extension> <Filename>sample string 3</Filename> <Id>sample string 1</Id> <InReport>true</InReport> <RemotePath>sample string 6</RemotePath> </StagedDocumentData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |