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": "2f7b7762-456f-4fa0-954f-78b2b58d9e2d",
  "db_table_id_1": "ca91c525-613d-4c40-b41a-ddeb19f7085a",
  "id_in_table_1": "9807bac7-b8a6-4fd7-b052-f4556aecab5f",
  "db_table_id_2": "3521464f-0ab4-4a6c-b1cf-8b0b01c821da",
  "id_in_table_2": "6b2482af-b4c6-4edd-a025-685bc13beb32",
  "modified_dateutc": "2026-01-11T23:41:24.6645798+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>ca91c525-613d-4c40-b41a-ddeb19f7085a</db_table_id_1>
  <db_table_id_2>3521464f-0ab4-4a6c-b1cf-8b0b01c821da</db_table_id_2>
  <id>2f7b7762-456f-4fa0-954f-78b2b58d9e2d</id>
  <id_in_table_1>9807bac7-b8a6-4fd7-b052-f4556aecab5f</id_in_table_1>
  <id_in_table_2>6b2482af-b4c6-4edd-a025-685bc13beb32</id_in_table_2>
  <modified_dateutc>2026-01-11T23:41:24.664Z</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": "412a90f5-3958-4c30-97eb-57a9c8c2cf97",
  "db_table_id_1": "309dba84-99b5-4d18-b33c-63e36c1a20d7",
  "id_in_table_1": "4c18c8c3-f62e-4f8f-8519-d70949badf66",
  "db_table_id_2": "c67fd43e-189e-4fdf-bda1-b516e5b99f21",
  "id_in_table_2": "a31b2303-854a-471c-a4f3-3d62e5f1f3c8",
  "modified_dateutc": "2026-01-11T23:41:24.6756903+00:00"
}

application/xml, text/xml

Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <db_table_id_1>309dba84-99b5-4d18-b33c-63e36c1a20d7</db_table_id_1>
  <db_table_id_2>c67fd43e-189e-4fdf-bda1-b516e5b99f21</db_table_id_2>
  <id>412a90f5-3958-4c30-97eb-57a9c8c2cf97</id>
  <id_in_table_1>4c18c8c3-f62e-4f8f-8519-d70949badf66</id_in_table_1>
  <id_in_table_2>a31b2303-854a-471c-a4f3-3d62e5f1f3c8</id_in_table_2>
  <modified_dateutc>2026-01-11T23:41:24.675Z</modified_dateutc>
</abstract_crosstable>