Creates or updates a 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": "96e768e3-d16e-4b66-9ec0-41b41111bbf4",
"db_table_id": "72a4a635-73ce-4352-b081-5db29724853d",
"id_in_table": "9dfb0cb0-a3fe-4e32-923b-5bfc7443d6c3",
"signature": "QEA=",
"date_signed": "2026-09-16T10:13:47.8790832+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-09-16T10:13:47.8790832+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-09-16T10:13:47.879Z</date_signed> <db_table_id>72a4a635-73ce-4352-b081-5db29724853d</db_table_id> <id>96e768e3-d16e-4b66-9ec0-41b41111bbf4</id> <id_in_table>9dfb0cb0-a3fe-4e32-923b-5bfc7443d6c3</id_in_table> <modified_dateutc>2026-09-16T10:13:47.879Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>
Response Information
Resource Description :
IHttpActionResult containing the saved 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": "284ae312-d75d-4204-bc6e-f0b9b9a52333",
"db_table_id": "369377d9-af01-483f-a8ad-c09091ac578b",
"id_in_table": "4b76002d-ce21-4469-9ace-df64922999e4",
"signature": "QEA=",
"date_signed": "2026-09-16T10:13:47.8790832+00:00",
"signature_type": "sample string 5",
"modified_dateutc": "2026-09-16T10:13:47.8790832+00:00"
}
application/xml, text/xml
Sample:
<db_signature xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <date_signed>2026-09-16T10:13:47.879Z</date_signed> <db_table_id>369377d9-af01-483f-a8ad-c09091ac578b</db_table_id> <id>284ae312-d75d-4204-bc6e-f0b9b9a52333</id> <id_in_table>4b76002d-ce21-4469-9ace-df64922999e4</id_in_table> <modified_dateutc>2026-09-16T10:13:47.879Z</modified_dateutc> <signature>QEA=</signature> <signature_type>sample string 5</signature_type> </db_signature>