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": "9eeb8625-712c-4bbd-9000-3ea7ce0f814d",
"db_table_id": "d74f28b4-f981-430e-9cb5-b84d5cdd0723",
"id_in_table": "b75e7e3c-c8b5-4c8a-998b-fe6e97759fb8",
"signature": "QEA=",
"date_signed": "2026-01-11T21:01:30.6932723+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T21:01:30.6932723+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T21:01:30.693Z</date_signed> <db_table_id>d74f28b4-f981-430e-9cb5-b84d5cdd0723</db_table_id> <id>9eeb8625-712c-4bbd-9000-3ea7ce0f814d</id> <id_in_table>b75e7e3c-c8b5-4c8a-998b-fe6e97759fb8</id_in_table> <modified_dateutc>2026-01-11T21:01:30.693Z</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": "b3cfacf7-6937-4957-acb3-40cb3373a13d",
"db_table_id": "dbb573d0-54d8-478e-8a9f-591e84d83bd8",
"id_in_table": "51abb8f5-94bc-466b-b26d-928545e6487c",
"signature": "QEA=",
"date_signed": "2026-01-11T21:01:30.6932723+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T21:01:30.6932723+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T21:01:30.693Z</date_signed> <db_table_id>dbb573d0-54d8-478e-8a9f-591e84d83bd8</db_table_id> <id>b3cfacf7-6937-4957-acb3-40cb3373a13d</id> <id_in_table>51abb8f5-94bc-466b-b26d-928545e6487c</id_in_table> <modified_dateutc>2026-01-11T21:01:30.693Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>