POST api/lms/user/no-show
Request Information
URI Parameters
None.
Body Parameters
NoShowProfileModel| Name | Description | Type | Additional information |
|---|---|---|---|
| v2_profile_id | integer |
Required |
|
| is_no_show_group | boolean |
Required |
|
| last_no_show_date | date |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"v2_profile_id": 1,
"is_no_show_group": true,
"last_no_show_date": "2026-03-21T21:17:03.5105302+00:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.