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": "f1de4fe9-4dbb-4b51-ab45-51a94dc0c6c5",
"CreatedByNodeId": "28402ee7-3fcb-4ae6-98a0-8258cb6c09fa",
"LastEditedByNodeId": "0f73ec0f-21e4-4625-9380-cce4902d2874",
"TransactionTs": "2025-11-27T18:32:42.9400395+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "f1de4fe9-4dbb-4b51-ab45-51a94dc0c6c5",
"CreatedByNodeId": "28402ee7-3fcb-4ae6-98a0-8258cb6c09fa",
"LastEditedByNodeId": "0f73ec0f-21e4-4625-9380-cce4902d2874",
"TransactionTs": "2025-11-27T18:32:42.9400395+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. |