POST api/Training/GetILTRegistrationCancellation

Request Information

URI Parameters

None.

Body Parameters

GetILTRegistrationCancellationModel
NameDescriptionTypeAdditional 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:
<GetILTRegistrationCancellationModel 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>
</GetILTRegistrationCancellationModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetILTRegistrationCancellationResponse
NameDescriptionTypeAdditional 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:
<GetILTRegistrationCancellationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS.API.Models">
  <Response>sample string 1</Response>
</GetILTRegistrationCancellationResponse>