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": "c2e4d6af-28e6-4992-8402-dbd2464f0dc0",
"CreatedByNodeId": "545ce7a1-903a-4d3f-8d7d-c02f3db6fcd2",
"LastEditedByNodeId": "e09fe1cc-2109-4d57-8da1-6458f39735a1",
"TransactionTs": "2026-01-17T06:49:54.0677959+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "c2e4d6af-28e6-4992-8402-dbd2464f0dc0",
"CreatedByNodeId": "545ce7a1-903a-4d3f-8d7d-c02f3db6fcd2",
"LastEditedByNodeId": "e09fe1cc-2109-4d57-8da1-6458f39735a1",
"TransactionTs": "2026-01-17T06:49:54.0677959+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. |