API Documentation

Last Update: 28 December 2022

POST api/ChangeTracking



Request Information


URI Parameters

None.


Body Parameters
ChangeTrackObject
Name Description Type Additional information
ObjectType

integer

None.

ObjectPropertyName

string

None.

Objects

Collection of ObjectStatus

None.

Request Formats
application/json, text/json
Sample:
{
  "ObjectType": 1,
  "ObjectPropertyName": "sample string 2",
  "Objects": [
    {
      "$id": "2",
      "Unique": "sample string 1",
      "Value": 2
    },
    {
      "$ref": "2"
    }
  ]
}

Response Information


Resource Description
ChangeTrackObject
Name Description Type Additional information
ObjectType

integer

None.

ObjectPropertyName

string

None.

Objects

Collection of ObjectStatus

None.

Response Formats
application/json, text/json
Sample:
{
  "ObjectType": 1,
  "ObjectPropertyName": "sample string 2",
  "Objects": [
    {
      "$id": "2",
      "Unique": "sample string 1",
      "Value": 2
    },
    {
      "$ref": "2"
    }
  ]
}