POST api/lms/registrations/complete
Request Information
URI Parameters
None.
Body Parameters
CompleteBookingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| registration_id | integer |
Required |
|
| completion_date | date |
Required |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"registration_id": 1,
"completion_date": "2025-12-16T21:44:21.1947701+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.