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": "448cf026-2dae-42bb-8386-63a98014971c",
"CreatedByNodeId": "c73f7aed-e616-4963-a9fa-3504e3ca9f9b",
"LastEditedByNodeId": "01e434ff-2350-4139-bb52-58b4602da1f2",
"TransactionTs": "2026-03-03T09:28:24.97579+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "448cf026-2dae-42bb-8386-63a98014971c",
"CreatedByNodeId": "c73f7aed-e616-4963-a9fa-3504e3ca9f9b",
"LastEditedByNodeId": "01e434ff-2350-4139-bb52-58b4602da1f2",
"TransactionTs": "2026-03-03T09:28:24.97579+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. |