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": "9fa3c0a5-c95f-42a2-9c1d-5488cb11250c",
"CreatedByNodeId": "5eeb69d4-e525-4b09-a84b-502126c427d9",
"LastEditedByNodeId": "e2e31e23-0f98-4094-9fcd-e52462d3a922",
"TransactionTs": "2026-06-19T11:40:01.2067607+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "9fa3c0a5-c95f-42a2-9c1d-5488cb11250c",
"CreatedByNodeId": "5eeb69d4-e525-4b09-a84b-502126c427d9",
"LastEditedByNodeId": "e2e31e23-0f98-4094-9fcd-e52462d3a922",
"TransactionTs": "2026-06-19T11:40:01.2067607+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. |