Ifd:updateOrganization

From dev.ifd-library.org

Jump to: navigation, search

API version 2

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:

API version 3

public IfdOrganization updateOrganization (
                                        String session_id,
                                        IfdOrganization organization)
       throws IfdServerException

EXPRESS Heading

QUERY FUNCTION updateOrganization(
                     org : IfdOrganization): IfdOrganization;

The function updates information about organization registered in IFD before.

Input:

IfdOrganization organization - target organization specification:

  • guid – global unique id of the organization;
  • name – the organization unique name in English;
  • url – (optional) the organization unique url

Returns:

Difference against v.2.00

  • (150) In v.2.00 the function did not check iniquity of the changed name and url


Back to the API

Comments: Talk:Ifd:updateOrganization