POST classroomAPI/Log/Log
Request Information
URI Parameters
None.
Body Parameters
logItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| ErrorNumber | integer |
None. |
|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Source | string |
None. |
|
| SourceLocation | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"ErrorNumber": 2,
"Message": "sample string 3",
"Description": "sample string 4",
"Source": "sample string 5",
"SourceLocation": "sample string 6"
}
application/xml, text/xml
Sample:
<logItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHLAPI.Controllers"> <Description>sample string 4</Description> <ErrorNumber>2</ErrorNumber> <Message>sample string 3</Message> <Source>sample string 5</Source> <SourceLocation>sample string 6</SourceLocation> <Type>sample string 1</Type> </logItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>