GET api/journal/print-incident-report?childnote_id={childnote_id}¬e_id={note_id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
childnote_id | integer |
Required |
|
note_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
iCareApiResponseHelperName | Description | Type | Additional information |
---|---|---|---|
success | string |
None. |
|
StatusCode | integer |
None. |
|
Content | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": "sample string 1", "StatusCode": 2, "Content": {}, "Message": "sample string 4" }
application/xml, text/xml
Sample:
<iCareApiResponseHelper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareWebApi"> <Content /> <Message>sample string 4</Message> <StatusCode>2</StatusCode> <success>sample string 1</success> </iCareApiResponseHelper>