POST api/storageitem/{orgkey}/updatestorageitemimagedescription
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgkey | integer |
Required |
Body Parameters
Images| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageKey | integer |
None. |
|
| ImageUploadType | integer |
None. |
|
| ImageDescription | string |
None. |
|
| ImageFileName | string |
None. |
|
| ImageProcessedDate | date |
None. |
|
| ImageCreateDate | date |
None. |
|
| ServerStorageType | ServerStorageTypes |
None. |
|
| ImageUri | string |
None. |
|
| Size | integer |
None. |
|
| ImageGUID | string |
None. |
|
| BlobStream | MemoryStream |
None. |
|
| BlobContentType | string |
None. |
|
| RootURL | string |
None. |
|
| OriginalImagePath | string |
None. |
|
| ThumbnailImagePath | string |
None. |
|
| LargeImagePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"imageKey": 1,
"imageUploadType": 2,
"imageDescription": "sample string 3",
"imageFileName": "sample string 4",
"imageProcessedDate": "2026-01-29T20:42:00.8149175+00:00",
"imageCreateDate": "2026-01-29T20:42:00.8149175+00:00",
"serverStorageType": {
"serverStorageTypeKey": 64,
"serverStorageTypeName": "sample string 2",
"serverStorageTypeDescription": "sample string 3"
},
"imageUri": "sample string 7",
"size": 8,
"imageGUID": "sample string 9",
"blobStream": null,
"blobContentType": "sample string 10",
"rootURL": "sample string 11",
"originalImagePath": "sample string 12",
"thumbnailImagePath": "sample string 13",
"largeImagePath": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-29T20:42:00.8149175+00:00"
}