GET api_v2/CloudServices/ServiceNameConverter?serviceName={serviceName}&culturer={culturer}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
serviceName |
Define this parameter in the request URI. |
|
culturer |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <serviceNameResult>sample string 1</serviceNameResult> </Result>
application/json, text/json
Sample:
{ "serviceNameResult": "sample string 1" }