POST api/storageset/updatestorageset/{orgKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

StorageSetModel
NameDescriptionTypeAdditional information
StorageSetKey

integer

None.

OrgKey

integer

None.

BranchKey

integer

None.

StorageSetJobNumber

string

None.

StorageSetAccountName

string

None.

StorageSetJobSiteName

string

None.

StorageSetJobCity

string

None.

StorageSetSponsorName

string

None.

StorageSetDescription

string

None.

StorageSetManufacturer

string

None.

StorageSetCreateDate

date

None.

StatusKey

byte

None.

StorageSetCreatedBy

integer

None.

StorageSetUpdatedBy

integer

None.

StorageSetCustomerProjectName

string

None.

Branch

BranchModel

None.

ItemCount

integer

None.

StorageSetCreatedUserContact

UserContactModel

None.

StorageSetUpdatedUserContact

UserContactModel

None.

Status

StatusModel

None.

StorageItems

Collection of StorageItemModel

None.

StorageSetDocumentList

Collection of StorageSetDocuments

None.

Project

Project

None.

StorageSetJobSiteAddress

StorageSetJobSiteAddress

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
NameDescriptionTypeAdditional 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:01.424289+00:00"
}