Request Information
URI Parameters :
None.
Body Parameters :
db_signature| Name | Description | Type | Additional 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": "31102fa0-e646-4f7c-bc3d-8164b47d146d",
"db_table_id": "a5274de0-58a9-488d-9f12-13e7946959f9",
"id_in_table": "30d15afc-2840-423d-9fd9-e0725c639946",
"signature": "QEA=",
"date_signed": "2026-01-11T21:07:50.4589587+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T21:07:50.4589587+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T21:07:50.458Z</date_signed> <db_table_id>a5274de0-58a9-488d-9f12-13e7946959f9</db_table_id> <id>31102fa0-e646-4f7c-bc3d-8164b47d146d</id> <id_in_table>30d15afc-2840-423d-9fd9-e0725c639946</id_in_table> <modified_dateutc>2026-01-11T21:07:50.458Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>
Response Information
Resource Description :
db_signature| Name | Description | Type | Additional 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": "04b2018e-eb80-4c0b-b745-645723ba5345",
"db_table_id": "667f08b4-d0b0-4181-9e91-bd8191fa7bfd",
"id_in_table": "df703518-599b-487c-91ac-b2e7980d7ab1",
"signature": "QEA=",
"date_signed": "2026-01-11T21:07:50.4700266+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T21:07:50.4700266+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T21:07:50.470Z</date_signed> <db_table_id>667f08b4-d0b0-4181-9e91-bd8191fa7bfd</db_table_id> <id>04b2018e-eb80-4c0b-b745-645723ba5345</id> <id_in_table>df703518-599b-487c-91ac-b2e7980d7ab1</id_in_table> <modified_dateutc>2026-01-11T21:07:50.470Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>