GET api/Document/{packet}
Documentation for 'Get'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
packet | Documentation for 'packet'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "CaseManager": "sample string 1", "DocumentId": 2, "ImageData": "QEBA", "Name": "sample string 3", "TimeStamp": "sample string 4", "Type": "sample string 5" }
application/xml, text/xml
Sample:
<Document xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarterAPIDataservice.models"> <CaseManager>sample string 1</CaseManager> <DocumentId>2</DocumentId> <ImageData>QEBA</ImageData> <Name>sample string 3</Name> <TimeStamp>sample string 4</TimeStamp> <Type>sample string 5</Type> </Document>