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": "dfa293e3-32ff-41b5-a99f-384a6a2ed702",
"CreatedByNodeId": "207f984c-a4c1-41d2-ac91-8a6e2a5c03fe",
"LastEditedByNodeId": "07170d15-db99-4ed2-bfb3-398c7cf6bf1b",
"TransactionTs": "2026-07-17T13:03:37.3107455+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "dfa293e3-32ff-41b5-a99f-384a6a2ed702",
"CreatedByNodeId": "207f984c-a4c1-41d2-ac91-8a6e2a5c03fe",
"LastEditedByNodeId": "07170d15-db99-4ed2-bfb3-398c7cf6bf1b",
"TransactionTs": "2026-07-17T13:03:37.3107455+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. |