Specifies the overall result of a syntax analysis of the acknowledged
document.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum CicaDocumentResponseCode |
Visual Basic (Declaration) |
---|
Public Enumeration CicaDocumentResponseCode |
Visual C++ |
---|
public enum class CicaDocumentResponseCode |
Members
Member name | Description | |
---|---|---|
Invalid |
Indicates value has not been initialized or is invalid.
| |
Accepted |
Accepted
(CICA Code: A) | |
AcceptedWithErrors |
Accepted With Errors
(CICA Code: E) | |
Rejected |
Rejected
(CICA Code: R) |
Remarks
Equivalent to the ASC X12 CICA Primitive called Action Code_1 (P71_1). Used to specify the overall result of a syntax analysis of the acknowledged document.
Used by the DocumentAcknowledgment.DocumentResponse property.