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": "1bbe58ff-0962-42d5-b078-d9808d96d80a",
"CreatedByNodeId": "f924ab8a-954d-4435-87b5-de817b17ec72",
"LastEditedByNodeId": "46f22b28-dc67-40ac-9ab7-8fc377dadc34",
"TransactionTs": "2026-07-31T14:00:44.2655234+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "1bbe58ff-0962-42d5-b078-d9808d96d80a",
"CreatedByNodeId": "f924ab8a-954d-4435-87b5-de817b17ec72",
"LastEditedByNodeId": "46f22b28-dc67-40ac-9ab7-8fc377dadc34",
"TransactionTs": "2026-07-31T14:00:44.2655234+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. |