POST api/Training/GetILTRegistration
Request Information
URI Parameters
None.
Body Parameters
GetILTRegistrationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassId | integer |
None. |
|
| UID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClassId": 1,
"UID": "sample string 2"
}
text/html
Sample:
{"ClassId":1,"UID":"sample string 2"}
application/xml, text/xml
Sample:
<GetILTRegistrationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models"> <ClassId>1</ClassId> <UID>sample string 2</UID> </GetILTRegistrationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetILTRegistrationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": "sample string 1"
}
text/html
Sample:
{"Response":"sample string 1"}
application/xml, text/xml
Sample:
<GetILTRegistrationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models"> <Response>sample string 1</Response> </GetILTRegistrationResponse>