Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "25f889ae-7c41-4264-a46a-35623f1d4d96",
"db_table_id": "48f81dc3-52b3-48c4-9605-9beb5c749043",
"id_in_table": "c44424c4-6598-423e-a9a5-25f885defefc",
"signature": "QEA=",
"date_signed": "2026-01-11T23:54:42.4983807+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-01-11T23:54:42.4983807+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-01-11T23:54:42.498Z</date_signed> <db_table_id>48f81dc3-52b3-48c4-9605-9beb5c749043</db_table_id> <id>25f889ae-7c41-4264-a46a-35623f1d4d96</id> <id_in_table>c44424c4-6598-423e-a9a5-25f885defefc</id_in_table> <modified_dateutc>2026-01-11T23:54:42.498Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.