GET api/SignedDocuments/{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:
{ "Data": "QEBA" }
application/xml, text/xml
Sample:
<Packet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CarterAPI.Models"> <Data>QEBA</Data> </Packet>