POST api/Presentation/SendLog
Request Information
URI Parameters
None.
Body Parameters
HpProHelpLogDTOName | Description | Type | Additional information |
---|---|---|---|
Description | string |
None. |
|
FileData | string |
None. |
|
isUserEventLogFile | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Description": "sample string 1", "FileData": "sample string 2", "isUserEventLogFile": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true