The Organization noun defines types related to an organization. The service data object (SDO) is com.ibm.commerce.member.facade.datatypes.OrganizationType.
BOD | Action Code / Access Profile | Action Expression | Service Provided | Sample XML Message | Client Library / Expression Builder |
---|---|---|---|---|---|
ProcessOrganization | Register | Registers an organization. By default this would be done by an administrator. |
Request
Response |
MemberFacadeClient.registerOrganization(java.util.Map) | |
ChangeOrganization | Update | /Organization | Updates an organization including its contact information. |
Request
Response |
MemberFacadeClient.updateOrganization(java.util.Map) |
Create | /Organization/AddressBook/Contact | Adds an address to the organization's address book. |
Request
Response |
MemberFacadeClient.addAddressForOrganization(java.util.Map) | |
Update | /Organization/AddressBook/Contact | Updates an address in the organization's address book. |
Request
Response |
MemberFacadeClient.updateAddressForOrganization(java.util.Map) | |
Delete | /Organization/AddressBook/Contact | Deletes an address from the organization's address book. |
Request
Response |
MemberFacadeClient.deleteAddressForOrganization(java.util.Map) | |
GetOrganization | IBM_Summary IBM_Details IBM_All | /Organization[OrganizationIdentifier[(UniqueID='$organizationId$')]] | Find by unique ID. |
Request
Response |
findByUniqueID |
IBM_Summary IBM_Details IBM_All | /Organization[OrganizationIdentifier[(DistinguishedName='$distinguishedName$')]] | Find by distinguished name. |
Request
Response |
findByDistinguishedName |
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_Summary |
|
IBM_Details |
|
IBM_All |
|