Creates a new

Request Information

URI Parameters :

None.

Body Parameters :

abstract_crosstable
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id_1

Db table id1

globally unique identifier
id_in_table_1

Id in table1

globally unique identifier
db_table_id_2

Db table id1

globally unique identifier
id_in_table_2

Id in table1

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "3f8228de-6eec-49a4-8980-4e6d9b76c5ab",
  "db_table_id_1": "f8d464d6-a57f-4e89-9ddf-87a97a1146bc",
  "id_in_table_1": "46d12bb0-2582-4608-877e-04c27d1fab27",
  "db_table_id_2": "91a811e3-1f12-41a2-9760-064571e27e52",
  "id_in_table_2": "a68b4f5c-b6fa-4c55-ada9-6e47d435aec1",
  "modified_dateutc": "2026-03-07T13:15:15.7269601+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>f8d464d6-a57f-4e89-9ddf-87a97a1146bc</db_table_id_1>
  <db_table_id_2>91a811e3-1f12-41a2-9760-064571e27e52</db_table_id_2>
  <id>3f8228de-6eec-49a4-8980-4e6d9b76c5ab</id>
  <id_in_table_1>46d12bb0-2582-4608-877e-04c27d1fab27</id_in_table_1>
  <id_in_table_2>a68b4f5c-b6fa-4c55-ada9-6e47d435aec1</id_in_table_2>
  <modified_dateutc>2026-03-07T13:15:15.726Z</modified_dateutc>
</abstract_crosstable>

Response Information

Resource Description :

IHttpActionResult

abstract_crosstable
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id_1

Db table id1

globally unique identifier
id_in_table_1

Id in table1

globally unique identifier
db_table_id_2

Db table id1

globally unique identifier
id_in_table_2

Id in table1

globally unique identifier
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "33c43e12-9753-4898-b3e8-48a2792ba383",
  "db_table_id_1": "b202fae8-db3e-4caa-8eee-ce3185e2fb45",
  "id_in_table_1": "d21c6b28-304b-4654-a060-b12961a0d378",
  "db_table_id_2": "2340db05-3684-4441-8b23-5d9e6fb73907",
  "id_in_table_2": "bc23bee9-985a-499f-87a9-7a2b66b77db9",
  "modified_dateutc": "2026-03-07T13:15:15.7269601+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>b202fae8-db3e-4caa-8eee-ce3185e2fb45</db_table_id_1>
  <db_table_id_2>2340db05-3684-4441-8b23-5d9e6fb73907</db_table_id_2>
  <id>33c43e12-9753-4898-b3e8-48a2792ba383</id>
  <id_in_table_1>d21c6b28-304b-4654-a060-b12961a0d378</id_in_table_1>
  <id_in_table_2>bc23bee9-985a-499f-87a9-7a2b66b77db9</id_in_table_2>
  <modified_dateutc>2026-03-07T13:15:15.726Z</modified_dateutc>
</abstract_crosstable>