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": "5f91ae23-f825-4576-b13a-4061741a54b3",
"db_table_id": "966e1d5a-591b-46f6-bccd-1d6a11778a23",
"id_in_table": "d37e4eb8-154c-4a71-a061-d6451de6fc5b",
"signature": "QEA=",
"date_signed": "2026-06-16T22:30:11.075696+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-06-16T22:30:11.075696+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-06-16T22:30:11.075Z</date_signed> <db_table_id>966e1d5a-591b-46f6-bccd-1d6a11778a23</db_table_id> <id>5f91ae23-f825-4576-b13a-4061741a54b3</id> <id_in_table>d37e4eb8-154c-4a71-a061-d6451de6fc5b</id_in_table> <modified_dateutc>2026-06-16T22:30:11.075Z</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": "12d5d11b-3ef6-4280-bc1d-6102e4f4a0ca",
"db_table_id": "577e5056-c200-49af-99bf-21032a0552ce",
"id_in_table": "447730dd-9535-4133-ac9f-3983ce2cdb95",
"signature": "QEA=",
"date_signed": "2026-06-16T22:30:11.075696+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-06-16T22:30:11.075696+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-06-16T22:30:11.075Z</date_signed> <db_table_id>577e5056-c200-49af-99bf-21032a0552ce</db_table_id> <id>12d5d11b-3ef6-4280-bc1d-6102e4f4a0ca</id> <id_in_table>447730dd-9535-4133-ac9f-3983ce2cdb95</id_in_table> <modified_dateutc>2026-06-16T22:30:11.075Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>