You use this service to list the basic details for the available process configurations. To find the process configurations you must supply the Process configuration status. This is one of Active, Inactive or All and is case sensitive.
Optionally, you can also supply the process configuration reference or the process configuration name to return the details for a specific process configuration.
For each Process Configuration, this service returns:
<soapenv:Body> <ns:FindProcessConfiguration> <eih:EIHHeader> <eih:ClientUser>User</eih:ClientUser> <eih:ReferenceId>123</eih:ReferenceId> </eih:EIHHeader> <ns:ProcessConfigurationDetails> <ns:ProcessConfigStatus>Active</ns:ProcessConfigStatus> </ns:ProcessConfigurationDetails> </ns:FindProcessConfiguration> </soapenv:Body> |
<SOAP-ENV:Body> <eih:FindProcessConfigResponse> <header:EIHHeader> <header:ClientUser>User</header:ClientUser> <header:ReferenceId>123</header:ReferenceId> </header:EIHHeader> <eih:ProcessConfigResponseDetails> <eih:Identifier>62910219-63f1-4936-ba2e-ce9558913ef6</eih:Identifier> <eih:Active>true</eih:Active> <eih:Name>Over18</eih:Name> </eih:ProcessConfigResponseDetails> <eih:ProcessConfigResponseDetails> <eih:Identifier>cadf879d-5251-49a5-affb-b27302f3411d</eih:Identifier> <eih:Active>true</eih:Active> <eih:Name>CreditCard</eih:Name> </eih:ProcessConfigResponseDetails> <eih:ProcessConfigResponseDetails> <eih:Identifier>3cc616e3-ea66-4564-bff4-4ff15c60b11e</eih:Identifier> <eih:Active>true</eih:Active> <eih:Name>Mortgage</eih:Name> </eih:ProcessConfigResponseDetails> </eih:FindProcessConfigResponse> </soapenv:Body> |