PUT v1/{subscriptionID}/projects/{projectID}
Updates a project.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID to be updated. |
globally unique identifier |
Required |
Body Parameters
The project to be updated.
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. |
Request Formats
application/json, text/json
{ "ID": "5f77d43b-f4a5-4d9d-a448-16354ca3fdb9", "SubscriptionID": "d3a31bbd-759c-4b1d-886b-f909fe1643fb", "Name": "sample string 3", "Creator": { "ID": "311f64f2-b4f8-4ecd-902a-7eed993e2dff", "Name": "sample string 2" }, "CreationTime": "2022-05-23T16:43:19.5642054Z", "Modifier": { "ID": "311f64f2-b4f8-4ecd-902a-7eed993e2dff", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T16:43:19.5642054Z", "AutomationMode": 1, "Status": 1, "BindingType": 1, "Type": 1, "RurlAdorWebTouchPointID": "8cdee662-9b15-48c2-b6bd-72c35a3ba70b", "AllowCustomWebSite": true, "UProduceJobID": "d0b8cbd0-e17b-4af1-900a-53677aaec6ce", "FriendlyID": "sample string 7", "FamilyID": "c806ed5e-633d-40da-8a31-96e281d2f941", "NumberOfInstances": 8, "TimeZone": "sample string 9", "StartTime": "2022-05-23T16:43:19.5642054Z" }
application/x-www-form-urlencoded
Response Information
Resource Description
Returns the updated 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": "8a3d842b-eec9-4014-9558-3b59faadf9dd", "SubscriptionID": "8581831e-30cc-4541-a2e3-c822f419af83", "Name": "sample string 3", "Creator": { "ID": "170377d3-81a7-4590-946c-f97e7993b770", "Name": "sample string 2" }, "CreationTime": "2022-05-23T16:43:19.5642054Z", "Modifier": { "ID": "170377d3-81a7-4590-946c-f97e7993b770", "Name": "sample string 2" }, "ModificationTime": "2022-05-23T16:43:19.5642054Z", "AutomationMode": 1, "Status": 1, "BindingType": 1, "Type": 1, "RurlAdorWebTouchPointID": "f4336e0f-86ac-43bc-9aa1-22598eed802a", "AllowCustomWebSite": true, "UProduceJobID": "051d5563-c96a-4bef-884c-525218f852fe", "FriendlyID": "sample string 7", "FamilyID": "5d99c54d-b9c0-4323-98a3-5b098411e379", "NumberOfInstances": 8, "TimeZone": "sample string 9", "StartTime": "2022-05-23T16:43:19.5642054Z" }