POST api_v2/CloudServices/SetServiceToken
Set service token
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> <ServiceToken>4814f369-5e35-4165-b145-fafa59789d47</ServiceToken> </Request>
application/json, text/json
Sample:
{ "CloudServiceID": "sample string 1", "ServiceToken": "4814f369-5e35-4165-b145-fafa59789d47" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}