Request Information

URI Parameters :

None.

Body Parameters :

db_signature
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id

Table.id of the linked entity

globally unique identifier
id_in_table

Id of the linked entity

globally unique identifier
signature

Collection of byte
date_signed

Date start

date
signature_type

string
modified_dateutc

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

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "55874c46-2edc-4612-be0b-945dc12526f1",
  "db_table_id": "a357e255-6a8d-4417-a3af-f7ead3994834",
  "id_in_table": "7c3426c8-cb2a-4d80-8268-f7115f24f1fe",
  "signature": "QEA=",
  "date_signed": "2026-06-16T21:20:20.8432714+00:00",
  "signature_type": "sample string 5",
  "modified_dateutc": "2026-06-16T21:20:20.8432714+00:00"
}

application/xml, text/xml

Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_signed>2026-06-16T21:20:20.843Z</date_signed>
  <db_table_id>a357e255-6a8d-4417-a3af-f7ead3994834</db_table_id>
  <id>55874c46-2edc-4612-be0b-945dc12526f1</id>
  <id_in_table>7c3426c8-cb2a-4d80-8268-f7115f24f1fe</id_in_table>
  <modified_dateutc>2026-06-16T21:20:20.843Z</modified_dateutc>
  <signature>QEA=</signature>
  <signature_type>sample string 5</signature_type>
</db_signature>

Response Information

Resource Description :

db_signature
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
db_table_id

Table.id of the linked entity

globally unique identifier
id_in_table

Id of the linked entity

globally unique identifier
signature

Collection of byte
date_signed

Date start

date
signature_type

string
modified_dateutc

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

date

Response Formats

application/json, text/json

Sample:
{
  "id": "de26fb75-6b5f-4234-b4d5-ef2ce1f0a21c",
  "db_table_id": "a17ca22f-a21c-41be-9f28-10967fcfce38",
  "id_in_table": "8d7e6165-bd97-4643-a5ee-7f8dfc4715d2",
  "signature": "QEA=",
  "date_signed": "2026-06-16T21:20:20.8727184+00:00",
  "signature_type": "sample string 5",
  "modified_dateutc": "2026-06-16T21:20:20.8727184+00:00"
}

application/xml, text/xml

Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <date_signed>2026-06-16T21:20:20.872Z</date_signed>
  <db_table_id>a17ca22f-a21c-41be-9f28-10967fcfce38</db_table_id>
  <id>de26fb75-6b5f-4234-b4d5-ef2ce1f0a21c</id>
  <id_in_table>8d7e6165-bd97-4643-a5ee-7f8dfc4715d2</id_in_table>
  <modified_dateutc>2026-06-16T21:20:20.872Z</modified_dateutc>
  <signature>QEA=</signature>
  <signature_type>sample string 5</signature_type>
</db_signature>