POST api/storageset/{orgKey}/updateStorageSetdocument/{storageSetKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
|
| storageSetKey | integer |
Required |
Body Parameters
StorageSetDocuments| Name | Description | Type | Additional information |
|---|---|---|---|
| StorageSetDocumentKey | integer |
None. |
|
| StorageSetKey | integer |
None. |
|
| StorageEventKey | integer |
None. |
|
| StorageDocumentTypeKey | integer |
None. |
|
| DocumentKey | integer |
None. |
|
| StorageSetDocumentDescription | string |
None. |
|
| StorageSetDocumentCreateDate | date |
None. |
|
| StorageSetDocumentCreatedBy | integer |
None. |
|
| StorageSetDocumentUpdateDate | date |
None. |
|
| StorageSetDocumentUpdatedBy | integer |
None. |
|
| StatusKey | byte |
None. |
|
| Documents | Documents |
None. |
|
| DocumentTypes | StorageDocumentTypes |
None. |
|
| StorageEvents | StorageEvents |
None. |
|
| StatusTypes | StatusModel |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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:37:06.44589+00:00"
}