End Point
PROD: https://websvcs.quikforms.com/rest/QuikFormXTract/GetData
...
Parameter | Type | Description | ||
---|---|---|---|---|
SubmitDocumentTransID | Integer | Unique identifier for the submitted document | ||
StatusID | Integer | StatusID of the document: 1 = Not Processed | ||
Status | String | Status label of the document: 1 = Not Processed | ||
Document | File (Base64 string) | The customer’s original PDF or TIFF file so they definitively know which file the data belongs towas extracted from. | ||
DocumentUNID | String | Customer-provided ID that can be used to link multiple submitted documents together (i.e. a form package). | ||
DocumentOrder | String | The customer's numeric value of the sort order of this document within the DocumentUNID | ||
DocumentFileName | String | The file name the customer gave the submitted document | ||
FormDataDetails | Data Object
| Form data and meta data returned in JSON (default) or XML format. Data to return includes (NOTE this may not be final JSON format!)the items below. JSON should nest the FormID and Page Numbers as shown in the sample JSON below, with clear labels for those values.
| ||
ErrorCode | String | Error code if the operation failed | ||
ErrorMessage | String | Error message if the operation failed |
Sample Response
{Insert Sample Response}