PUT 17.0/database/lastrecords/{id}/{typeid}/{recordtype}

Description

Update existing Last Records

URI Parameters

Name Description Type Additional information
id

integer

Required

typeID

byte

Required

recordType

byte

Required

Name Description Type Additional information
ID

integer

None.

TypeID

byte

None.

RecordType

byte

None.

AltID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "typeID": 64,
  "recordType": 64,
  "altID": 1
}

application/xml, text/xml

Sample:
<LastRecordsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TypeID>64</TypeID>
  <RecordType>64</RecordType>
  <AltID>1</AltID>
</LastRecordsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

TypeID

byte

None.

RecordType

byte

None.

AltID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "typeID": 64,
  "recordType": 64,
  "altID": 4
}

application/xml, text/xml

Sample:
<LastRecords xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <TypeID>64</TypeID>
  <RecordType>64</RecordType>
  <AltID>4</AltID>
</LastRecords>