Organization Transactions

Organization transactions include transactions for creating, updating, deleting and retrieving an organization’s details. This also includes creating organizations which are also external suppliers.

Limited Support/End of Life Capabilities

The Classic API has been replaced by the Alemba RestFul API. While we will continue to support the Classic API for clients that are still using it, no further development will be done.

If you need to request a hotfix or support for these features, please contact Alemba Support

OrganizationCreate Transaction

The OrganizationCreate transaction enables you to create a new organization and save its details. There is a parameter which can be set to flag an organization as an external supplier. This transaction has fields which apply to external supplier records only.

Input Parameters: ClientCompanyCreateRequest

Return Values:ClientCompanyResponse

OrganizationUpdate Transaction

The OrganizationUpdate transaction can be used to open organization details, make changes to it and save the record.

Input Parameters: ClientCompanyUpdateRequest

Return Values: ClientCompanyResponse

See ClientCompanyResponse for more information.

OrganizationRetrieve Transaction

The OrganizationRetrieve transaction can be used to open and view the details of an organization record. This transaction does not allow any updates to the record.

Input Parameters: ClientCompanyEntityRequest

Return Values: ClientCompanyRetrieveResponse

OrganizationDelete Transaction

The OrganizationDelete transaction can be used to find and delete an organization record. Only the status and audit trail are updated.

Input Parameters: ClientCompanyDeleteRequest

Return Values: ClientCompanyResponse

See ClientCompanyResponse for more information.