PUT api/v2/rflow/objectlinks/companies/create

CreateObjectRflowCompanyLink

Request Information

URI Parameters

None.

Body Parameters

The command

CreateObjectRflowCompanyLinkCommand
NameDescriptionTypeAdditional information
ObjectId

universally unique identifier

Required

RflowCompanyId

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",
  "RflowCompanyId": "00000000-0000-0000-0000-000000000000",
  "Enabled": true,
  "LinkAutomatically": true,
  "Remarks": "sample string 1"
}

Response Information

Resource Description

CreateObjectRflowCompanyLinkCommandResult

CreateObjectRflowCompanyLinkCommandResult
NameDescriptionTypeAdditional information
ObjectRflowLinkId

universally unique identifier

Required

Response Formats

application/json

Sample:
{
  "ObjectRflowLinkId": "00000000-0000-0000-0000-000000000000"
}