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": "21506c4a-4bfa-43aa-b29a-fa9357a9186d", "CreatedByNodeId": "32f7ca87-5f34-4a5a-b271-396edceade64", "LastEditedByNodeId": "a2682e35-f2a2-49d5-9342-b359c3441846", "TransactionTs": "2023-05-21T11:02:24.1310571+00:00", "NodeName": "sample string 7" }, { "KeyField": "sample string 1", "ValueField": "sample string 2", "VariableId": "21506c4a-4bfa-43aa-b29a-fa9357a9186d", "CreatedByNodeId": "32f7ca87-5f34-4a5a-b271-396edceade64", "LastEditedByNodeId": "a2682e35-f2a2-49d5-9342-b359c3441846", "TransactionTs": "2023-05-21T11:02:24.1310571+00:00", "NodeName": "sample string 7" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |