POST api/SaveAs
Request Information
URI Parameters
None.
Body Parameters
SaveAsSelectionViewModelName | Description | Type | Additional information |
---|---|---|---|
NewName | string |
None. |
|
IsReplacement | boolean |
None. |
|
FolderIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "newName": "sample string 1", "isReplacement": true, "folderIndex": 3 }
application/xml, text/xml
Sample:
<SaveAsSelectionViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <FolderIndex>3</FolderIndex> <IsReplacement>true</IsReplacement> <NewName>sample string 1</NewName> </SaveAsSelectionViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.