Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.
A. Option A
B. Option B
C. Option C
D. Option D
D. Option D
Explanation:
With Send Only Additional Input unchecked, you replicate the same mapping by using the Send/Response Transformations. Set Send JSON Path to DRExtractAction:Account (the source node in your data tree) and Send JSON Node to SecondaryAccount (the key you want in the outgoing payload). This directs the Integration Procedure to take the JSON at DRExtractAction:Account and rename it to SecondaryAccount in the request body, exactly mirroring the %DRExtractAction:Account% Additional Input configuration.