Table of Contents
Uses the Component:AcknowledgeCreditApplicationDataAreaType
Process Credit Application Data Area
Table 4.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Acknowledge |
The Acknowledge verb is used to acknowledge the application receipt of a Process request. This function conveys the result of the original request. An example of this is Acknowledge PO, where a Process PO has been issued and the corresponding business application acknowledges the receipt of the PO and responds with an acceptance or a counter offer. | 0..1 | Component | AcknowledgeType | |
CreditApplication |
CreditApplication is the root element of the Credit Application Business Object Document. | 0..* | Component | CreditApplicationType |
The XML Sample provided here is an approximation of the genrated XML for this component. Not all of the fields are required for implementation.
Example 4.1. AcknowledgeCreditApplicationDataArea
<AcknowledgeCreditApplicationDataArea> <Acknowledge>......</Acknowledge> [0..1] <CreditApplication>......</CreditApplication> [0..*] </AcknowledgeCreditApplicationDataArea>