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": "3ebff094-4a75-4e90-9842-9a446d154b04",
"CreatedByNodeId": "1575ec47-3d88-4cf1-bd88-277797ae6d24",
"LastEditedByNodeId": "1c9fc216-f818-4e38-b6eb-dc3db8541ecd",
"TransactionTs": "2026-05-06T07:18:39.7734565+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "3ebff094-4a75-4e90-9842-9a446d154b04",
"CreatedByNodeId": "1575ec47-3d88-4cf1-bd88-277797ae6d24",
"LastEditedByNodeId": "1c9fc216-f818-4e38-b6eb-dc3db8541ecd",
"TransactionTs": "2026-05-06T07:18:39.7734565+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. |