CoreWS
Click here for a complete list of operations.
GetUsersForOrganisation
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /WebServices/CoreWebSvc/CoreWS.asmx HTTP/1.1
Host: app.hydrosolutions.ch
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.omnibridge.com/SDKWebServices/Core/GetUsersForOrganisation"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<TokenHeader xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<Token>string</Token>
</TokenHeader>
</soap:Header>
<soap:Body>
<GetUsersForOrganisation xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<OrganisationID>int</OrganisationID>
</GetUsersForOrganisation>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetUsersForOrganisationResponse xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<GetUsersForOrganisationResult>
<User>
<UserName>string</UserName>
<HasAlerts>boolean</HasAlerts>
<HasQuickLinks>boolean</HasQuickLinks>
<DisplayName>string</DisplayName>
<AllowedToLogin>boolean</AllowedToLogin>
<DefaultOrgID>int</DefaultOrgID>
<Password>string</Password>
<Language>string</Language>
<WorkPhone>string</WorkPhone>
<WorkFax>string</WorkFax>
<MobilePhone>string</MobilePhone>
<HomePhone>string</HomePhone>
<EMail>string</EMail>
<Comments>string</Comments>
<LoginExpires>boolean</LoginExpires>
<LoginExpireDate>dateTime</LoginExpireDate>
<ConsumptionType>VolumeUnitsPer100DistanceUnits or DistanceUnitsPerVolumeUnits or DistanceUnitsPerVolumeUnits2</ConsumptionType>
<MeasurementType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</MeasurementType>
<FuelCaptureVolumeType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureVolumeType>
<FuelCaptureDistanceType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureDistanceType>
<GMTOffsetInSeconds>int</GMTOffsetInSeconds>
<GMTType>UnSet or OrganisazionGMT or RegionalGMT or DefinedGMT</GMTType>
<ViewName>string</ViewName>
<ViewID>string</ViewID>
<LCID>int</LCID>
<CurrentOrgID>int</CurrentOrgID>
<GMTOffset />
<View>
<Name>string</Name>
</View>
</User>
<User>
<UserName>string</UserName>
<HasAlerts>boolean</HasAlerts>
<HasQuickLinks>boolean</HasQuickLinks>
<DisplayName>string</DisplayName>
<AllowedToLogin>boolean</AllowedToLogin>
<DefaultOrgID>int</DefaultOrgID>
<Password>string</Password>
<Language>string</Language>
<WorkPhone>string</WorkPhone>
<WorkFax>string</WorkFax>
<MobilePhone>string</MobilePhone>
<HomePhone>string</HomePhone>
<EMail>string</EMail>
<Comments>string</Comments>
<LoginExpires>boolean</LoginExpires>
<LoginExpireDate>dateTime</LoginExpireDate>
<ConsumptionType>VolumeUnitsPer100DistanceUnits or DistanceUnitsPerVolumeUnits or DistanceUnitsPerVolumeUnits2</ConsumptionType>
<MeasurementType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</MeasurementType>
<FuelCaptureVolumeType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureVolumeType>
<FuelCaptureDistanceType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureDistanceType>
<GMTOffsetInSeconds>int</GMTOffsetInSeconds>
<GMTType>UnSet or OrganisazionGMT or RegionalGMT or DefinedGMT</GMTType>
<ViewName>string</ViewName>
<ViewID>string</ViewID>
<LCID>int</LCID>
<CurrentOrgID>int</CurrentOrgID>
<GMTOffset />
<View>
<Name>string</Name>
</View>
</User>
</GetUsersForOrganisationResult>
</GetUsersForOrganisationResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /WebServices/CoreWebSvc/CoreWS.asmx HTTP/1.1
Host: app.hydrosolutions.ch
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<TokenHeader xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<Token>string</Token>
</TokenHeader>
</soap12:Header>
<soap12:Body>
<GetUsersForOrganisation xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<OrganisationID>int</OrganisationID>
</GetUsersForOrganisation>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<GetUsersForOrganisationResponse xmlns="http://www.omnibridge.com/SDKWebServices/Core">
<GetUsersForOrganisationResult>
<User>
<UserName>string</UserName>
<HasAlerts>boolean</HasAlerts>
<HasQuickLinks>boolean</HasQuickLinks>
<DisplayName>string</DisplayName>
<AllowedToLogin>boolean</AllowedToLogin>
<DefaultOrgID>int</DefaultOrgID>
<Password>string</Password>
<Language>string</Language>
<WorkPhone>string</WorkPhone>
<WorkFax>string</WorkFax>
<MobilePhone>string</MobilePhone>
<HomePhone>string</HomePhone>
<EMail>string</EMail>
<Comments>string</Comments>
<LoginExpires>boolean</LoginExpires>
<LoginExpireDate>dateTime</LoginExpireDate>
<ConsumptionType>VolumeUnitsPer100DistanceUnits or DistanceUnitsPerVolumeUnits or DistanceUnitsPerVolumeUnits2</ConsumptionType>
<MeasurementType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</MeasurementType>
<FuelCaptureVolumeType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureVolumeType>
<FuelCaptureDistanceType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureDistanceType>
<GMTOffsetInSeconds>int</GMTOffsetInSeconds>
<GMTType>UnSet or OrganisazionGMT or RegionalGMT or DefinedGMT</GMTType>
<ViewName>string</ViewName>
<ViewID>string</ViewID>
<LCID>int</LCID>
<CurrentOrgID>int</CurrentOrgID>
<GMTOffset />
<View>
<Name>string</Name>
</View>
</User>
<User>
<UserName>string</UserName>
<HasAlerts>boolean</HasAlerts>
<HasQuickLinks>boolean</HasQuickLinks>
<DisplayName>string</DisplayName>
<AllowedToLogin>boolean</AllowedToLogin>
<DefaultOrgID>int</DefaultOrgID>
<Password>string</Password>
<Language>string</Language>
<WorkPhone>string</WorkPhone>
<WorkFax>string</WorkFax>
<MobilePhone>string</MobilePhone>
<HomePhone>string</HomePhone>
<EMail>string</EMail>
<Comments>string</Comments>
<LoginExpires>boolean</LoginExpires>
<LoginExpireDate>dateTime</LoginExpireDate>
<ConsumptionType>VolumeUnitsPer100DistanceUnits or DistanceUnitsPerVolumeUnits or DistanceUnitsPerVolumeUnits2</ConsumptionType>
<MeasurementType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</MeasurementType>
<FuelCaptureVolumeType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureVolumeType>
<FuelCaptureDistanceType>UseDefault or Metric or Imperial or USImperial or MetresPerMinute</FuelCaptureDistanceType>
<GMTOffsetInSeconds>int</GMTOffsetInSeconds>
<GMTType>UnSet or OrganisazionGMT or RegionalGMT or DefinedGMT</GMTType>
<ViewName>string</ViewName>
<ViewID>string</ViewID>
<LCID>int</LCID>
<CurrentOrgID>int</CurrentOrgID>
<GMTOffset />
<View>
<Name>string</Name>
</View>
</User>
</GetUsersForOrganisationResult>
</GetUsersForOrganisationResponse>
</soap12:Body>
</soap12:Envelope>