PUT api/v2/rflow/objectlinks/installations/create
CreateObjectRflowInstallationLink
Request Information
URI Parameters
None.
Body Parameters
The command
CreateObjectRflowInstallationLinkCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectId | universally unique identifier |
Required |
|
| RflowInstallationId | universally unique identifier |
Required |
|
| Enabled | boolean |
Required |
|
| LinkAutomatically | boolean |
None. |
|
| Remarks | string |
Max length: 500 |
Request Formats
application/json
Sample:
{
"ObjectId": "00000000-0000-0000-0000-000000000000",
"RflowInstallationId": "00000000-0000-0000-0000-000000000000",
"Enabled": true,
"LinkAutomatically": true,
"Remarks": "sample string 1"
}
Response Information
Resource Description
CreateObjectRflowInstallationLinkCommandResult
CreateObjectRflowInstallationLinkCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectRflowLinkId | universally unique identifier |
Required |
Response Formats
application/json
Sample:
{
"ObjectRflowLinkId": "00000000-0000-0000-0000-000000000000"
}