If you leave out the version, the current version of the service will be called.
Input:
organisationrequired Organisation
address String
postcode String
city String
region String
country String
comment String (Additional custom contact information field.)
email String
phone String
fax String
website String
linkedin String
facebook String
instagram String
twitter String
other String
id int
name String
description String
parent_orgid Integer
organisation_number String
invoice_email String
Undocumented method parameter.
SSOoptional String
Optional SSO token for authentication.
Allowed HTTP Methods:
POST
Accept types:
application/json
application/xml
application/x-www-form-urlencoded
multipart/form
Accept charsets:
UTF-8
ISO-8859-1
LATIN1
Output:
200 OK response type Organisation:
address String
postcode String
city String
region String
country String
comment String (Additional custom contact information field.)
email String
phone String
fax String
website String
linkedin String
facebook String
instagram String
twitter String
other String
id int
name String
description String
parent_orgid Integer
organisation_number String
invoice_email String
4XX Client Error Response {data:<Error string>} Usually wrong usage by the client.
5XX Server Error Response {data:<Error string>} Exception, error in the service.
Additional comments:
updateOrganisation is automatically provided using method reflection.
This service is implemented using the Albicore:SimplifiedService framework.
How to call this service:
POST JSON in body: { "organisation":<value> }
POST urlencoded in body: organisation=<value>
POST multipart/form, encode parameters as parts.
About output:
200 OK All valid service executions will return OK response.