GET 17.0/database/lastrecords/defaultmodel

Description

Get a Last Records model with default values

URI Parameters

None.

None.

None.

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>