PUT api/IntegrationActions/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
IntegrationActionName | Description | Type | Additional information |
---|---|---|---|
IntegrationActionId | integer |
None. |
|
GroupId | string |
String length: inclusive between 0 and 20 |
|
CreatedBy | string |
Required String length: inclusive between 0 and 50 |
|
ParentId | string |
Required String length: inclusive between 0 and 50 |
|
ChildId | string |
String length: inclusive between 0 and 50 |
|
ParameterId | string |
String length: inclusive between 0 and 200 |
|
ParameterValue | string |
String length: inclusive between 0 and 200 |
|
OperationTypeId | integer |
None. |
|
ObjectTypeId | integer |
None. |
|
PriorityId | integer |
None. |
|
DateCreated | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 20 |
|
DateModified | date |
None. |
|
CancelledBy | string |
String length: inclusive between 0 and 20 |
|
DateCancelled | date |
None. |
|
DateProcessed | date |
None. |
|
StatusId | integer |
None. |
|
DateProcessStart | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "integrationActionId": 1, "groupId": "sample string 2", "createdBy": "sample string 3", "parentId": "sample string 4", "childId": "sample string 5", "parameterId": "sample string 6", "parameterValue": "sample string 7", "operationTypeId": 8, "objectTypeId": 9, "priorityId": 10, "dateCreated": "2025-03-09T09:27:59.3149108+00:00", "modifiedBy": "sample string 12", "dateModified": "2025-03-09T09:27:59.3149108+00:00", "cancelledBy": "sample string 13", "dateCancelled": "2025-03-09T09:27:59.3149108+00:00", "dateProcessed": "2025-03-09T09:27:59.3149108+00:00", "statusId": 14, "dateProcessStart": "2025-03-09T09:27:59.3149108+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.