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": "23e1f6db-efc6-4392-9842-5801b219fc90",
"db_table_id": "528ba87c-670a-42fa-b766-6edf76acf3b9",
"id_in_table": "09794965-f288-4289-b88f-e53acf7a06b2",
"signature": "QEA=",
"date_signed": "2026-03-07T13:17:47.0235187+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-03-07T13:17:47.0235187+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-03-07T13:17:47.023Z</date_signed> <db_table_id>528ba87c-670a-42fa-b766-6edf76acf3b9</db_table_id> <id>23e1f6db-efc6-4392-9842-5801b219fc90</id> <id_in_table>09794965-f288-4289-b88f-e53acf7a06b2</id_in_table> <modified_dateutc>2026-03-07T13:17:47.023Z</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.