Output Payloads Structure

The following shows a successful output payload for an Accounts component:

<?xml version="1.0" encoding="UTF-8" ?>
<SSC>
<User>
  <Name>PRD</Name>
</User>
<SunSystemsContext>
  <BusinessUnit>PKP</BusinessUnit>
</SunSystemsContext>
<Payload>
  <Accounts status="success">
       <AccountCode>t1001n</AccountCode>
  </Accounts>
  <Accounts status="success"
       <AccountCode>t1002n</AccountCode>
  </Accounts
  <Accounts status="success">
       <AccountCodet1003n</AccountCode
  </Accounts
</Payload
</SSC>

The output payload is similar to the input payload, in that all the main sections are retained, with the exception of <ErrorContext> element. For each of the three Account records that were processed in the example above, the status shows that the payload was successful.

Note: You can export values that are maintained by other related business components. For example, you create an export profile using Customer as the source component. You can export the address code and the associated details that are maintained by Component 'Address'.