POST api_v2/AccountDatabases/PublishExpansion
No documentation available.
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> <AccountDatabaseId>4b5383ca-2ed6-4df5-aec6-6f29baed70e1</AccountDatabaseId> <ExpansionName>sample string 2</ExpansionName> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseId": "4b5383ca-2ed6-4df5-aec6-6f29baed70e1", "ExpansionName": "sample string 2" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <PublishPath>sample string 1</PublishPath> </Result>
application/json, text/json
Sample:
{ "PublishPath": "sample string 1" }