Creates a new signature.
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 |
Captured image bytes of the signature. |
Collection of byte | |
| date_signed |
Date start |
date | |
| signature_type |
Free-text classification of who/what this signature represents (e.g. customer, technician). |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "d48fcb48-863b-4070-ad14-e9696c1e0e2c",
"db_table_id": "c02bea1b-0b86-4926-b22c-a025bbaf91d0",
"id_in_table": "9982f566-8167-4470-9b04-c93360af0423",
"signature": "QEA=",
"date_signed": "2026-09-16T09:22:51.5702959+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-09-16T09:22:51.5702959+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-09-16T09:22:51.570Z</date_signed> <db_table_id>c02bea1b-0b86-4926-b22c-a025bbaf91d0</db_table_id> <id>d48fcb48-863b-4070-ad14-e9696c1e0e2c</id> <id_in_table>9982f566-8167-4470-9b04-c93360af0423</id_in_table> <modified_dateutc>2026-09-16T09:22:51.570Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>
Response Information
Resource Description :
IHttpActionResult containing the created signature.
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 |
Captured image bytes of the signature. |
Collection of byte | |
| date_signed |
Date start |
date | |
| signature_type |
Free-text classification of who/what this signature represents (e.g. customer, technician). |
string | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "0fe180e8-66a1-4053-9df3-58c5a3b791de",
"db_table_id": "20124fba-8f4b-47de-b8b7-ef13dbc30a1e",
"id_in_table": "793344e6-605a-4758-9f5c-f0ef280abdc2",
"signature": "QEA=",
"date_signed": "2026-09-16T09:22:51.5702959+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-09-16T09:22:51.5702959+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-09-16T09:22:51.570Z</date_signed> <db_table_id>20124fba-8f4b-47de-b8b7-ef13dbc30a1e</db_table_id> <id>0fe180e8-66a1-4053-9df3-58c5a3b791de</id> <id_in_table>793344e6-605a-4758-9f5c-f0ef280abdc2</id_in_table> <modified_dateutc>2026-09-16T09:22:51.570Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>