PUT api/v1/HandHelds/UpdateHandHeld

Request Information

URI Parameters

None.

Body Parameters

Handheld
NameDescriptionTypeAdditional information
_Id

integer

None.

_Name

string

None.

_Description

string

None.

_UsePIN

byte

None.

_Language

string

None.

_DisplayCfg

integer

None.

_LastSyncDate

date

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

_SysNumber

integer

None.

_AOSId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_Id": 1,
  "_Name": "sample string 2",
  "_Description": "sample string 3",
  "_UsePIN": 64,
  "_Language": "sample string 5",
  "_DisplayCfg": 6,
  "_LastSyncDate": "2026-01-20T20:26:25.4595075+00:00",
  "_CreationDate": "2026-01-20T20:26:25.4595075+00:00",
  "_UpdatedDate": "2026-01-20T20:26:25.4595075+00:00",
  "_SysNumber": 8,
  "_AOSId": 9
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.