ReportResponseSchemaInspectionEsignatures
id integer
Unique Identifier of the inspection eSignature
Example:
123456
name stringnullable
Name of the inspector who provided eSignature
Example:
Bob
signature string
Name of the inspector who provided eSignature
Example:
https://example.jpg
title string
Title of the inspector who provided eSignature
Example:
Factory Representative
ReportResponseSchemaInspectionEsignatures
{
"id": 123456,
"name": "Bob",
"signature": "https://example.jpg",
"title": "Factory Representative"
}