Ifd:updateOrganization
From dev.ifd-library.org
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:
- IfdOrganization - The updated organization.
Comments: Talk:Ifd:updateOrganization