POST api/asset/{orgKey}/GetLatestEquipmentLocation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

Body Parameters

AssetEnrollments
NameDescriptionTypeAdditional information
AssetEnrollmentKey

integer

None.

OrgKey

integer

None.

AssetEventKey

integer

None.

AssetTagKey

string

None.

AssetKey

integer

None.

AssetEnrollmentStartDate

date

None.

AssetEnrollmentEndDate

date

None.

AssetEnrollmentNote

string

None.

AssetEnrollmentGeoLatitude

decimal number

None.

AssetEnrollmentGeoLongitude

decimal number

None.

AssetEnrollmentCreateDate

date

None.

AssetEnrollmentCreatedBy

integer

None.

AssetEnrollmentUpdateDate

date

None.

AssetEnrollmentUpdatedBy

integer

None.

AssetEnrollmentTagScanDate

date

None.

CreatedUser

UserModel

None.

lastScannedUser

UserModel

None.

lastScannedEmployeeContact

EmployeeContactModel

None.

EmployeeContact

EmployeeContactModel

None.

equipmentlocation

EquipmentLocationModel

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:40:46.1417918+00:00"
}