POST api/v1/department-service-images/{serviceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| serviceId | globally unique identifier |
Required |
Body Parameters
Collection of CompanyServiceFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorityId | string |
None. |
|
| DepartmentId | string |
None. |
|
| DepartmentServiceId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| BlobId | string |
None. |
|
| ContainerId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Owner | CompanyDto |
None. |
|
| Service | CompanyServiceDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
Collection of CompanyServiceFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthorityId | string |
None. |
|
| DepartmentId | string |
None. |
|
| DepartmentServiceId | string |
None. |
|
| DepartmentFileId | string |
None. |
|
| BlobId | string |
None. |
|
| ContainerId | string |
None. |
|
| Name | string |
None. |
|
| Extension | string |
None. |
|
| ContentType | string |
None. |
|
| Size | integer |
None. |
|
| VersionCount | integer |
None. |
|
| IsOwned | boolean |
None. |
|
| IsAttached | boolean |
None. |
|
| IsProtected | boolean |
None. |
|
| IsForGallery | boolean |
None. |
|
| Blob | FileDto |
None. |
|
| Owner | CompanyDto |
None. |
|
| Service | CompanyServiceDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample: