POST api/lms/registrations/unenroll
Request Information
URI Parameters
None.
Body Parameters
CancelBookingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| registration_id | integer |
Required |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"registration_id": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.