POST api/storageitem/{orgkey}/ReCallStorageItem

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgkey

integer

Required

Body Parameters

StorageItemModel
NameDescriptionTypeAdditional information
StorageItemKey

integer

None.

StorageItemWidth

decimal number

None.

StorageItemHeight

decimal number

None.

StorageItemLength

decimal number

None.

StorageItemWeight

integer

None.

StorageItemDescription

string

None.

StorageItemNote

string

None.

StorageItemArrivalDate

date

None.

StorageItemScheduledDepartureDate

date

None.

StorageItemDepartureDate

date

None.

StorageItemBarCode

integer

None.

StorageGeoLatitude

decimal number

None.

StorageGeoLongitude

decimal number

None.

StorageItemCreateDate

date

None.

StorageIteCreatedBy

integer

None.

StorageItemUpdateDate

date

None.

StorageIteUpdatedBy

integer

None.

StorageItemTagScanDate

date

None.

StorageSetKey

integer

None.

StorageTypeKey

integer

None.

StorageLocationKey

integer

None.

StorageTagKey

string

None.

StorageTags

StorageTags

None.

Storageset

StorageSetModel

None.

Storagetype

StorageTypes

None.

Storagelocations

StorageLocations

None.

StorageEnrollments

StorageEnrollments

None.

StorageImagesList

Collection of StorageItemImages

None.

StorageSetManufacturer

string

None.

StorageSetAccountName

string

None.

branch

BranchModel

None.

RowNumber

integer

None.

TotalCount

integer

None.

TotalSquareFootage

decimal number

None.

StorageItemCreatedUserContact

UserContactModel

None.

StorageItemUpdatedUserContact

UserContactModel

None.

StorageEnrollmentHistory

Collection of StorageEnrollments

None.

StorageItemDocument

Collection of StorageItemDocuments

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:39:58.7012915+00:00"
}