POST api/multiagentstatemachine/addpoint

AddPoint: Adds a workflow multi-agent state machine by calling [dbo].[AddMultiAgentStateMachine].

Request Information

URI Parameters

None.

Body Parameters

WorkflowTypeID and WorkflowName

AddWorkflowMultiAgentStateMachineDto
NameDescriptionTypeAdditional information
WorkflowTypeID

integer

None.

WorkflowName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "workflowTypeID": 1,
  "workflowName": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result from the stored procedure

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.