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": "0f8f8feb-c4f2-4bb6-90de-5617278add35",
"db_table_id": "d07891c5-344e-4cac-8912-ae4c6823f7f5",
"id_in_table": "e51163bf-2048-4d31-a4d1-025af14741ab",
"signature": "QEA=",
"date_signed": "2026-03-07T14:51:17.6756021+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-03-07T14:51:17.6756021+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-03-07T14:51:17.675Z</date_signed> <db_table_id>d07891c5-344e-4cac-8912-ae4c6823f7f5</db_table_id> <id>0f8f8feb-c4f2-4bb6-90de-5617278add35</id> <id_in_table>e51163bf-2048-4d31-a4d1-025af14741ab</id_in_table> <modified_dateutc>2026-03-07T14:51:17.675Z</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": "4d8bf414-668f-4613-9515-2f61d401297f",
"db_table_id": "a379d494-bd8c-44ed-8c52-aaaa454ad93f",
"id_in_table": "873dfd19-057a-472a-871e-e7124a720326",
"signature": "QEA=",
"date_signed": "2026-03-07T14:51:17.6756021+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-03-07T14:51:17.6756021+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-03-07T14:51:17.675Z</date_signed> <db_table_id>a379d494-bd8c-44ed-8c52-aaaa454ad93f</db_table_id> <id>4d8bf414-668f-4613-9515-2f61d401297f</id> <id_in_table>873dfd19-057a-472a-871e-e7124a720326</id_in_table> <modified_dateutc>2026-03-07T14:51:17.675Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>