POST api/ProcessFlow/PostProcessflowVariableData?processFlowId={processFlowId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| processFlowId | globally unique identifier |
Required |
Body Parameters
Collection of ProcessFlowVariable| Name | Description | Type | Additional 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": "928da8e5-e464-4fd1-98c2-612d799a1932",
"CreatedByNodeId": "184f2c9c-b8ac-4e25-bbb3-63312ea2e65a",
"LastEditedByNodeId": "cc731c64-95e3-4115-b322-cc5a52e638ce",
"TransactionTs": "2026-03-30T19:27:14.3267943+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "928da8e5-e464-4fd1-98c2-612d799a1932",
"CreatedByNodeId": "184f2c9c-b8ac-4e25-bbb3-63312ea2e65a",
"LastEditedByNodeId": "cc731c64-95e3-4115-b322-cc5a52e638ce",
"TransactionTs": "2026-03-30T19:27:14.3267943+00:00",
"NodeName": "sample string 7"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |