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": "c3fba054-40b2-44a0-8a35-0489469c592e",
"CreatedByNodeId": "2b0e0a7d-aa12-4272-82c9-3bda88450c43",
"LastEditedByNodeId": "aa27c7c5-27b4-4ff1-8c24-3e958c622592",
"TransactionTs": "2025-12-04T21:00:20.5058287+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "c3fba054-40b2-44a0-8a35-0489469c592e",
"CreatedByNodeId": "2b0e0a7d-aa12-4272-82c9-3bda88450c43",
"LastEditedByNodeId": "aa27c7c5-27b4-4ff1-8c24-3e958c622592",
"TransactionTs": "2025-12-04T21:00:20.5058287+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. |