PUT v1/{subscriptionID}/projects/{projectID}/type?projectType={projectType}
Changes a project's type. Allows only changing from Standard to Template.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID to be changed. |
globally unique identifier |
Required |
projectType |
The new project type. |
ProjectType |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns the changed project.
ProjectModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the project ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the project. |
globally unique identifier |
None. |
Name |
Gets and sets the project name. |
string |
None. |
Creator |
Gets the user who created the project. |
UserViewModel |
None. |
CreationTime |
Gets the creation time of the project. |
date |
None. |
Modifier |
Gets the user who was the last to modify the project. |
UserViewModel |
None. |
ModificationTime |
Gets the modification time of the project. |
date |
None. |
AutomationMode |
Gets the automation mode of the project. |
ProjectAutomationMode |
None. |
Status |
Gets the project status. |
ProjectStatus |
None. |
BindingType |
Gets the binding type of the project. |
ProjectBindingType |
None. |
Type |
Gets and sets (at creation time only) the project type. |
ProjectType |
None. |
RurlAdorWebTouchPointID |
Gets the RURL ADOR web touchpoint ID of the project. |
globally unique identifier |
None. |
AllowCustomWebSite |
Gets and sets a value indicating whether a custom website is allowed in the project. |
boolean |
None. |
TimeZone |
Gets and sets the project time zone. |
string |
None. |
StartTime |
Gets and sets the project start time. |
date |
None. |
Response Formats
application/json, text/json
{ "ID": "05620eea-acf6-4c64-a1bc-cd44650a0ba6", "SubscriptionID": "e26b6ff4-9b2a-4205-9690-eb5d1988c79a", "Name": "sample string 3", "Creator": { "ID": "bbd99a86-4b52-4456-87ae-d10c49d3ddd8", "Name": "sample string 2" }, "CreationTime": "2022-05-23T15:12:05.2409912Z", "Modifier": { "ID": "bbd99a86-4b52-4456-87ae-d10c49d3ddd8", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T15:12:05.2409912Z", "AutomationMode": 1, "Status": 1, "BindingType": 1, "Type": 1, "RurlAdorWebTouchPointID": "333f7f26-d9ba-4fd0-8eaa-7ccd3a9e2503", "AllowCustomWebSite": true, "UProduceJobID": "3378e6a7-968a-4414-8e37-b67274347765", "FriendlyID": "sample string 7", "FamilyID": "1d137cb4-1d1d-454e-b601-c8dc7bd4b852", "NumberOfInstances": 8, "TimeZone": "sample string 9", "StartTime": "2022-05-23T15:12:05.2409912Z" }