XM *Required string
|
Method Signature |
ProjectId *Required int
|
Project Id |
ContainerKey *Required string
|
Key to Reference Loan Container; A Unique Id Provided by the LOS. ContainerKey or ContainerRef must be specified. |
ContainerRef string
|
Alternate User Friendly Unique Key for the Loan; This is the Loan Number in the User Interface. ContainerKey or ContainerRef must be specified. |
DocumentType *Required string
|
Type of document being added. Must match either the Schema Id, Code, or Alternate Id of the Document Definition |
BucketCode string
|
Bucket assignment for the document. If empty, will use the default from the Project Settings |
BatchCode string
|
Batch assignment for the document. Typically Batch assignment features are not used in most confiugrations |
CaptureUser string
|
Username of the user adding the document. |
CaptureDate datetime
|
Date and Time (UTC) the document was created / captured. If empty, defaults to the current date/time. |
CaptureMethod string
|
The method the document was received. |
FieldType string
|
Type of field being set. Must match either the Schema Id, Code, or Alternate Id of the Field Definition |
FieldValue string
|
Value for Field Specified by 'FieldType' |
ExternalRef string
|
Arbitrary External System Identifier or reference. |
FileName string
|
Original source file name. |
FileData string
|
Written directly to the Request Input Stream. For Text based data, this can also be included as a Request Parameter. |
FileExtension *Required string
|
Since the FileData is written to the Request Input Stream, this parameter tells XDOC the file format so it can properly convert to TIF. |
ProcessInColor bool
|
If set = 1, indicates to render the document in Color. |
ProcessBarcodes bool
|
If set = 1, indicates to process barcodes and apply barcode identification algorithms to try to automatically identify the Container. Note: if the Container Key is specified and valid, this parameter is ignored. |
ProcessAltIdExt bool
|
If set = 1, indicates to use the secondary alternate ids for document type identifcation during barcode id processing. |
ProcessingFlags int
|
Additional processing bit flags; 1 Indicates to add the document even if the Container is not found in the Integrated Application, 2 Indicates to add the document even if the Document type is not found, 4 Indicates to use the Default Document Type. |
ConditionRef string
|
Reference id for a Condition in the remote LOS to be assigned to the Document. If the Condition does not exist for the specified Container (Loan) it will be added using input to ConditionName. Required if input is provided to ConditionName. |
ConditionName string
|
Text of the Condition to be assigned to the Document. Required if input is provided to ConditionRef. |
ConditionFieldType string
|
Reference id for a Condition Field. May use the XDOC Condition Field Id or Code as input. If the Condition Field does not exist, it will be created. Required if input is provided to ConditionFieldValue. |
ConditionFieldValue string
|
Value to set for the Condition Field referenced by ConditionFieldType. Required if input is provided to ConditionFieldType. |