Ifd:updateOrganization

From dev.ifd-library.org

Jump to: navigation, search
public IfdOrganization updateOrganization (IfdOrganization organization, String session_id )
       throws IfdServerException

Function to update an organization. Only simple attributes, except GUID may be updated.

Input:

  • IfdOrganization organization - Organization to be updated, any change to the GUID will be ignored.
  • session_id - The session id for the active user

Returns:


Back to the API

Comments: Talk:Ifd:updateOrganization