Creates a new
Request Information
URI Parameters :
None.
Body Parameters :
abstract_crosstable| Name | Description | Type | Additional 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": "2631d139-3fcd-4119-9863-2f2c16855c6f",
"db_table_id_1": "651d70d2-214d-41ef-ad6c-a0d872c121a0",
"id_in_table_1": "23bc4921-cf5f-41bf-be77-b68d6e5be7cc",
"db_table_id_2": "2002a38f-3f28-44a5-89e7-a5a2f2e753d1",
"id_in_table_2": "8a6e26d6-d2d2-45f1-9c29-60576e2da62d",
"modified_dateutc": "2026-06-16T22:30:48.8059917+00:00"
}
application/xml, text/xml
Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_table_id_1>651d70d2-214d-41ef-ad6c-a0d872c121a0</db_table_id_1> <db_table_id_2>2002a38f-3f28-44a5-89e7-a5a2f2e753d1</db_table_id_2> <id>2631d139-3fcd-4119-9863-2f2c16855c6f</id> <id_in_table_1>23bc4921-cf5f-41bf-be77-b68d6e5be7cc</id_in_table_1> <id_in_table_2>8a6e26d6-d2d2-45f1-9c29-60576e2da62d</id_in_table_2> <modified_dateutc>2026-06-16T22:30:48.805Z</modified_dateutc> </abstract_crosstable>
Response Information
Resource Description :
IHttpActionResult
abstract_crosstable| Name | Description | Type | Additional 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": "ad87c226-44bc-4ae9-9857-753baaec6f4d",
"db_table_id_1": "cb08f343-6c2f-48e8-a6eb-3cced6f32411",
"id_in_table_1": "0b51e60f-6feb-4e1e-8b0d-d6c74651f13f",
"db_table_id_2": "ba6691ae-0b5d-424b-856a-4cc8fcfc6c8b",
"id_in_table_2": "c89b5c4b-1369-42d6-9fe4-ab7876bb6563",
"modified_dateutc": "2026-06-16T22:30:48.8059917+00:00"
}
application/xml, text/xml
Sample:
<abstract_crosstable xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <db_table_id_1>cb08f343-6c2f-48e8-a6eb-3cced6f32411</db_table_id_1> <db_table_id_2>ba6691ae-0b5d-424b-856a-4cc8fcfc6c8b</db_table_id_2> <id>ad87c226-44bc-4ae9-9857-753baaec6f4d</id> <id_in_table_1>0b51e60f-6feb-4e1e-8b0d-d6c74651f13f</id_in_table_1> <id_in_table_2>c89b5c4b-1369-42d6-9fe4-ab7876bb6563</id_in_table_2> <modified_dateutc>2026-06-16T22:30:48.805Z</modified_dateutc> </abstract_crosstable>