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": "db57417a-a645-4902-8f5d-3f9a2681f599", "CreatedByNodeId": "9eb82551-fdc4-4797-b529-9cc11c3657a4", "LastEditedByNodeId": "23afedd0-e17e-4ebe-a9ce-87e827837c3f", "TransactionTs": "2023-02-04T22:52:22.2455927+00:00", "NodeName": "sample string 7" }, { "KeyField": "sample string 1", "ValueField": "sample string 2", "VariableId": "db57417a-a645-4902-8f5d-3f9a2681f599", "CreatedByNodeId": "9eb82551-fdc4-4797-b529-9cc11c3657a4", "LastEditedByNodeId": "23afedd0-e17e-4ebe-a9ce-87e827837c3f", "TransactionTs": "2023-02-04T22:52:22.2455927+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. |