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": "a3e9cd1f-00f9-4bc2-912b-848f08eadf7d",
"CreatedByNodeId": "a12ca0c0-23ed-45df-a12e-a6e4fdb3014a",
"LastEditedByNodeId": "e2fc223c-7cbf-40c8-b1c0-aa078070b4f6",
"TransactionTs": "2025-10-29T13:27:15.9315942+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "a3e9cd1f-00f9-4bc2-912b-848f08eadf7d",
"CreatedByNodeId": "a12ca0c0-23ed-45df-a12e-a6e4fdb3014a",
"LastEditedByNodeId": "e2fc223c-7cbf-40c8-b1c0-aa078070b4f6",
"TransactionTs": "2025-10-29T13:27:15.9315942+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. |