POST api/Workflow/{id}?location={location}&workflow={workflow}&comment={comment}&creator={creator}&clone={clone}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| location | integer |
Required |
|
| workflow | string |
Required |
|
| comment | string |
Default value is |
|
| creator | string |
Default value is |
|
| clone | boolean |
Default value is False |
Body Parameters
UserCredentials| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Groups | string |
None. |
|
| CsId | integer |
None. |
|
| Admin | boolean |
None. |
|
| Username | string |
None. |
|
| Fullname | string |
None. |
|
| IsSuperAdmin | boolean |
None. |
Request Formats
application/json, text/json, application/scim+json
Sample:
{
"UserId": 1,
"Groups": "sample string 2",
"CsId": 3,
"Admin": true,
"Username": "sample string 5",
"Fullname": "sample string 6",
"IsSuperAdmin": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.