POST 17.0/database/propertychain

Description

Create Property Chain

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-01-09T20:42"
}

application/xml, text/xml

Sample:
<PropertyChainUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-01-09T20:42:04.0743406+00:00</AddedDate>
</PropertyChainUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

AddedDate

date

None.

application/json, text/json

Sample:
{
  "id": 1,
  "addedDate": "2025-01-09T20:42"
}

application/xml, text/xml

Sample:
<PropertyChain xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <AddedDate>2025-01-09T20:42:04.0743406+00:00</AddedDate>
</PropertyChain>