AdditionalData

@Serializable()
public final class AdditionalData

Parameters

uniqueRequestId
metadata
ocrMetadata

Constructors

Link copied to clipboard
public AdditionalData AdditionalData(String uniqueRequestId, String clientRequestID, String metadata, String ocrMetadata, String sendDocumentIdInResponse, String gpsCoordinates)

Properties

Link copied to clipboard
private final String clientRequestID

Type: string
maxLength: 256
example: 56975421474
Client Request ID generated by client applicationIt can be as long as 256 characters.

Link copied to clipboard

Type: string
Get location details in GPS Co-ordinate Format (Latitude & Longitude).

Link copied to clipboard
private String metadata
Link copied to clipboard
Link copied to clipboard

string nullable: true example: N Returns urn for documents instead of Base64 data in response. Valid values are:

Link copied to clipboard

Type: string
maxLength: 256
example: 56975421474
Mandatory Unique Identifier generated by the client application that will be stored with the form and can be subsequently used to search form. This is required to be unique for each form and should have logic to ensure that. Recommendation is to include items such as the timestamp and Login ID. It can be as long as 256 characters.

Functions

Link copied to clipboard
public final String getClientRequestID()

Type: string
maxLength: 256
example: 56975421474
Client Request ID generated by client applicationIt can be as long as 256 characters.

Link copied to clipboard
public final String getGpsCoordinates()

Type: string
Get location details in GPS Co-ordinate Format (Latitude & Longitude).

Link copied to clipboard
public final String getMetadata()
Link copied to clipboard
public final String getOcrMetadata()
Link copied to clipboard

string nullable: true example: N Returns urn for documents instead of Base64 data in response. Valid values are:

Link copied to clipboard
public final String getUniqueRequestId()

Type: string
maxLength: 256
example: 56975421474
Mandatory Unique Identifier generated by the client application that will be stored with the form and can be subsequently used to search form. This is required to be unique for each form and should have logic to ensure that. Recommendation is to include items such as the timestamp and Login ID. It can be as long as 256 characters.

Link copied to clipboard
public final Unit setGpsCoordinates(String gpsCoordinates)

Type: string
Get location details in GPS Co-ordinate Format (Latitude & Longitude).

Link copied to clipboard
public final Unit setMetadata(String metadata)
Link copied to clipboard
public final Unit setOcrMetadata(String ocrMetadata)
Link copied to clipboard
public final Unit setSendDocumentIdInResponse(String sendDocumentIdInResponse)

string nullable: true example: N Returns urn for documents instead of Base64 data in response. Valid values are:

Link copied to clipboard
public final Unit setUniqueRequestId(String uniqueRequestId)

Type: string
maxLength: 256
example: 56975421474
Mandatory Unique Identifier generated by the client application that will be stored with the form and can be subsequently used to search form. This is required to be unique for each form and should have logic to ensure that. Recommendation is to include items such as the timestamp and Login ID. It can be as long as 256 characters.