POST api/asset/{orgKey}/LogEquipmentCheckInChechOut/{assetKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orgKey

integer

Required

assetKey

integer

Required

Body Parameters

EquipmentCheckinCheckout
NameDescriptionTypeAdditional information
EquipmentCheckinCheckoutKey

integer

None.

IsCheckin

boolean

None.

JobNumber

string

None.

Customer

string

None.

Note

string

None.

AssetKey

integer

None.

CheckinCheckoutDateTime

date

None.

EquipmentCheckInCheckOutCreateDate

date

None.

CheckinCheckoutCreatedBy

integer

None.

EquipmentCheckInCheckOutNote

string

None.

User

UserModel

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:38:42.7393506+00:00"
}