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": "dccc9d9c-80a8-4f61-abdf-437d9cafa5f6",
"CreatedByNodeId": "6776c7ac-3b0e-49c6-b223-544f68c45a8c",
"LastEditedByNodeId": "cbe02ab7-08b3-45aa-a0b5-6be0717cf2e9",
"TransactionTs": "2026-09-09T18:09:08.879184+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "dccc9d9c-80a8-4f61-abdf-437d9cafa5f6",
"CreatedByNodeId": "6776c7ac-3b0e-49c6-b223-544f68c45a8c",
"LastEditedByNodeId": "cbe02ab7-08b3-45aa-a0b5-6be0717cf2e9",
"TransactionTs": "2026-09-09T18:09:08.879184+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. |