Contract: BusinessAccount Noun

BusinessAccount noun defines types related to an account. The service data object (SDO) is com.ibm.commerce.contract.facade.datatypes.BusinessAccountType.

BOD Summary

Access Profile and Expression Builder columns are for Get BOD only.
BOD Action Code / Access Profile Action Expression Service Provided Sample XML Message Client Library / Expression Builder
GetBusinessAccount IBM_Admin_Summary /BusinessAccount[search(starts-with(BusinessAccountIdentifier/ExternalIdentifier/Name, '$name$'))]
/BusinessAccount[search(ends-with(BusinessAccountIdentifier/ExternalIdentifier/Name, '$name$'))]
/BusinessAccount[search(contains(BusinessAccountIdentifier/ExternalIdentifier/Name, '$name$'))]
/BusinessAccount[search(BusinessAccountIdentifier/ExternalIdentifier/Name = '$name$')]
Search(case insensitive) business accounts by account name. Request
Response

ContractFacadeClient.getBusinessAccount()

Access Profile

Some sample XML request and response web service messages are provided for each noun. These sample messages might not include all properties or attributes. To view a sample message that includes other properties or attributes, enable logging and tracing for the appropriate component and then call the web service to set or change the properties or attributes. Review the corresponding log file to see the request or response information.

Access Profile Data Returned
IBM_Admin_Summary
  • /BusinessAccount/BusinessAccountIdentifier

XSD files