POST api/v1/department-operation-images/{operationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operationId | globally unique identifier |
Required |
Body Parameters
Collection of CompanyOperationFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentOperationId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| AuthorityFileId | string |
None. |
|
| ContainerId | 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. |
|
| IsAuthority | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsForAlarmSystem | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| Involved | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Operation | CompanyOperationDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
Collection of CompanyOperationFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentOperationId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| AuthorityFileId | string |
None. |
|
| ContainerId | 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. |
|
| IsAuthority | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| IsForAlarmSystem | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| Involved | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Operation | CompanyOperationDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: