POST api_v2/CloudServices/Add
Add cloud service
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <CloudServiceID>sample string 1</CloudServiceID> <ServiceCaption>sample string 2</ServiceCaption> </Request>
application/json, text/json
Sample:
{ "CloudServiceID": "sample string 1", "ServiceCaption": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <CloudServiceID>sample string 1</CloudServiceID> </Result>
application/json, text/json
Sample:
{ "CloudServiceID": "sample string 1" }