Ifd:updateOrganization
From dev.ifd-library.org
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:
- IfdOrganization - The updated organization.
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:
- session_id - The session id for the active user
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:
- IfdOrganization - The same organization with updated attributes.
Difference against v.2.00
- (150) In v.2.00 the function did not check iniquity of the changed name and url
Comments: Talk:Ifd:updateOrganization