HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/GetUserLessonUsage HTTP/1.1
Host: www.magentatelekom-academy.at
Content-Type: application/xml
Content-Length: length
<GetUserLessonUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel">
<IncludeOnlyMobileLessons>false</IncludeOnlyMobileLessons>
<IncludeSuspendData>false</IncludeSuspendData>
<ItemId>0</ItemId>
<UserId>0</UserId>
</GetUserLessonUsage>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfUserLessonUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Twi.Gt.Lms.ServiceModel.Types">
<UserLessonUsage>
<AttemptCount>0</AttemptCount>
<ClassTitle>String</ClassTitle>
<EndDate>0001-01-01T00:00:00</EndDate>
<FirstUsed>0001-01-01T00:00:00</FirstUsed>
<LastUsed>0001-01-01T00:00:00</LastUsed>
<LessonId>0</LessonId>
<LessonLocation>String</LessonLocation>
<LessonScore>0</LessonScore>
<LessonStatus>String</LessonStatus>
<Rating>0</Rating>
<RegistrationStatus>0</RegistrationStatus>
<Sid>String</Sid>
<StartDate>0001-01-01T00:00:00</StartDate>
<SuspendData>String</SuspendData>
<TimeUsed>0</TimeUsed>
<Title>String</Title>
<Type>0</Type>
<UserId>0</UserId>
</UserLessonUsage>
</ArrayOfUserLessonUsage>