POST api/Diagnostics?SessionKey={SessionKey}
Attempts to write to the error log.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SessionKey | string |
Body Parameters
None.
Response Information
Resource Description
ApiSuccessOfStringName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Data | string |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Data": "sample string 1" }
application/xml, text/xml
Sample:
<ApiSuccessOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFMOMA.Data.Api"> <Data>sample string 1</Data> </ApiSuccessOfstring>