POST api/ProcessFlow/PostProcessflowVariableData?processFlowId={processFlowId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
processFlowId

globally unique identifier

Required

Body Parameters

Collection of ProcessFlowVariable
NameDescriptionTypeAdditional information
KeyField

string

None.

ValueField

string

None.

VariableId

globally unique identifier

None.

CreatedByNodeId

globally unique identifier

None.

LastEditedByNodeId

globally unique identifier

None.

TransactionTs

date

None.

NodeName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "KeyField": "sample string 1",
    "ValueField": "sample string 2",
    "VariableId": "67701de0-5f8c-4b4e-9080-493f20027b92",
    "CreatedByNodeId": "ccc80692-5bd8-4d66-b27a-b4cbc9251bbc",
    "LastEditedByNodeId": "3eb2a15f-cfef-4369-952a-2cca42cba5a9",
    "TransactionTs": "2024-04-27T00:14:44.6744716+00:00",
    "NodeName": "sample string 7"
  },
  {
    "KeyField": "sample string 1",
    "ValueField": "sample string 2",
    "VariableId": "67701de0-5f8c-4b4e-9080-493f20027b92",
    "CreatedByNodeId": "ccc80692-5bd8-4d66-b27a-b4cbc9251bbc",
    "LastEditedByNodeId": "3eb2a15f-cfef-4369-952a-2cca42cba5a9",
    "TransactionTs": "2024-04-27T00:14:44.6744716+00:00",
    "NodeName": "sample string 7"
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

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.