POST api/asset/{orgKey}/verifyassettagkey

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

AssetTags
NameDescriptionTypeAdditional information
AssetTagKey

string

None.

AssetTagSequence

string

None.

AssetTagPrintQuantity

integer

None.

AssetTagPrintDate

date

None.

StatusKey

byte

None.

Request Formats

application/json, text/json

Sample:
{
  "assetTagKey": "sample string 1",
  "assetTagSequence": "sample string 2",
  "assetTagPrintQuantity": 1,
  "assetTagPrintDate": "2026-01-29T20:41:23.0012857+00:00",
  "statusKey": 64
}

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:41:23.0012857+00:00"
}