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": "93631fef-a2e6-4cd9-b8f6-8ffb8639dc41",
"CreatedByNodeId": "910c0c9b-7d85-4c04-af0b-c8a55b495de5",
"LastEditedByNodeId": "12a361b4-17f0-4484-8a17-58c6df0aaada",
"TransactionTs": "2025-11-13T12:32:01.9410772+00:00",
"NodeName": "sample string 7"
},
{
"KeyField": "sample string 1",
"ValueField": "sample string 2",
"VariableId": "93631fef-a2e6-4cd9-b8f6-8ffb8639dc41",
"CreatedByNodeId": "910c0c9b-7d85-4c04-af0b-c8a55b495de5",
"LastEditedByNodeId": "12a361b4-17f0-4484-8a17-58c6df0aaada",
"TransactionTs": "2025-11-13T12:32:01.9410772+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. |