POST api/ProcessFlow/PostProcessflowVariableData?processFlowId={processFlowId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
processFlowId | globally unique identifier |
Required |
Body Parameters
Collection of ProcessFlowVariableName | 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": "8686dbd7-aa6a-44aa-81cd-ed0cb9ab0a5d", "CreatedByNodeId": "8e41ea65-d675-4a08-aea4-ad3bea871055", "LastEditedByNodeId": "15fbe5de-06f9-4000-bba3-3c23c3fd1b53", "TransactionTs": "2025-09-18T12:19:55.7019661+00:00", "NodeName": "sample string 7" }, { "KeyField": "sample string 1", "ValueField": "sample string 2", "VariableId": "8686dbd7-aa6a-44aa-81cd-ed0cb9ab0a5d", "CreatedByNodeId": "8e41ea65-d675-4a08-aea4-ad3bea871055", "LastEditedByNodeId": "15fbe5de-06f9-4000-bba3-3c23c3fd1b53", "TransactionTs": "2025-09-18T12:19:55.7019661+00:00", "NodeName": "sample string 7" } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |