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": "ba2a08bb-da53-490a-84bc-f155d5e198c8", "CreatedByNodeId": "c93320e6-e021-4cb9-9e4c-fda9cf353c5c", "LastEditedByNodeId": "ae57a5f7-d49c-4586-90d8-cc8c1d2dcc5a", "TransactionTs": "2023-11-26T14:41:28.4250438+00:00", "NodeName": "sample string 7" }, { "KeyField": "sample string 1", "ValueField": "sample string 2", "VariableId": "ba2a08bb-da53-490a-84bc-f155d5e198c8", "CreatedByNodeId": "c93320e6-e021-4cb9-9e4c-fda9cf353c5c", "LastEditedByNodeId": "ae57a5f7-d49c-4586-90d8-cc8c1d2dcc5a", "TransactionTs": "2023-11-26T14:41:28.4250438+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. |