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": "76d703a5-cca0-4050-8307-d3bfb881750b",
"CreatedByNodeId": "1dac2edd-e49a-41aa-9e4c-95c8fdcf6e2b",
"LastEditedByNodeId": "cc9f379e-5b55-4919-9b89-27e694131f4d",
"TransactionTs": "2025-12-08T00:08:45.705355+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "76d703a5-cca0-4050-8307-d3bfb881750b",
"CreatedByNodeId": "1dac2edd-e49a-41aa-9e4c-95c8fdcf6e2b",
"LastEditedByNodeId": "cc9f379e-5b55-4919-9b89-27e694131f4d",
"TransactionTs": "2025-12-08T00:08:45.705355+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. |