POST api/v1/department-course-images/{courseId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| courseId | globally unique identifier |
Required |
Body Parameters
Collection of CompanyCourseFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | string |
None. |
|
| DepartmentCourseId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| ContainerId | string |
None. |
|
| DirectoryId | string |
None. |
|
| BlobId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsAuthority | boolean |
None. |
|
| IsInherited | boolean |
None. |
|
| IsVisibleInLesson | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Course | CompanyCourseDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
Collection of CompanyCourseFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | string |
None. |
|
| DepartmentCourseId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| ContainerId | string |
None. |
|
| DirectoryId | string |
None. |
|
| BlobId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsAuthority | boolean |
None. |
|
| IsInherited | boolean |
None. |
|
| IsVisibleInLesson | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Course | CompanyCourseDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: