POST api/Module/AddModule
Request Information
URI Parameters
None.
Body Parameters
EditModuleModelExtended| Name | Description | Type | Additional information |
|---|---|---|---|
| Lines | Collection of Line |
None. |
|
| LastModifiedDate | date |
None. |
|
| IsDictation | boolean |
None. |
|
| IsTraning | boolean |
None. |
|
| IsPass | boolean |
None. |
|
| IsCanBeDictation | boolean |
None. |
|
| SoundTypeName | string |
None. |
|
| InternalLevelNumber | integer |
None. |
|
| InternalModuleNumber | integer |
None. |
|
| WPMScale | integer |
None. |
|
| Id | integer |
Required |
|
| LevelId | integer |
Required |
|
| IsSound | boolean |
None. |
|
| Name | string |
Required |
|
| Text | string |
None. |
|
| ModuleDescriptor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lines": [
{
"Id": "sample string 1",
"Text": "sample string 2",
"ImagePath": "sample string 3",
"ImageId": "34c8ae65-ff3b-4a0c-915e-51aac0c3d258"
},
{
"Id": "sample string 1",
"Text": "sample string 2",
"ImagePath": "sample string 3",
"ImageId": "34c8ae65-ff3b-4a0c-915e-51aac0c3d258"
}
],
"LastModifiedDate": "2026-02-02T20:46:36.11529+00:00",
"IsDictation": true,
"IsTraning": true,
"IsPass": true,
"IsCanBeDictation": true,
"SoundTypeName": "sample string 5",
"InternalLevelNumber": 6,
"InternalModuleNumber": 7,
"WPMScale": 8,
"Id": 9,
"LevelId": 10,
"IsSound": true,
"Name": "sample string 12",
"Text": "sample string 13",
"ModuleDescriptor": "sample string 14"
}
application/octet-stream, text/plain
Sample:
{"Lines":[{"Id":"sample string 1","Text":"sample string 2","ImagePath":"sample string 3","ImageId":"34c8ae65-ff3b-4a0c-915e-51aac0c3d258"},{"Id":"sample string 1","Text":"sample string 2","ImagePath":"sample string 3","ImageId":"34c8ae65-ff3b-4a0c-915e-51aac0c3d258"}],"LastModifiedDate":"2026-02-02T20:46:36.11529+00:00","IsDictation":true,"IsTraning":true,"IsPass":true,"IsCanBeDictation":true,"SoundTypeName":"sample string 5","InternalLevelNumber":6,"InternalModuleNumber":7,"WPMScale":8,"Id":9,"LevelId":10,"IsSound":true,"Name":"sample string 12","Text":"sample string 13","ModuleDescriptor":"sample string 14"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream, text/plain
Sample:
Sample not available.