POST api/AppEntityAction/save
Request Information
URI Parameters
None.
Body Parameters
AppEntityAction| Name | Description | Type | Additional information |
|---|---|---|---|
| AppEntityActionId | globally unique identifier |
None. |
|
| AppEntityId | globally unique identifier |
None. |
|
| AppEntityActionName | string |
None. |
|
| AppEntityActionDescription | string |
None. |
|
| CreatedOn | date |
None. |
|
| LastLoggedIn | boolean |
None. |
|
| rootXPath | string |
None. |
|
| IsCollection | boolean |
None. |
|
| AutoAudit_CreatedDate | date |
None. |
|
| AutoAudit_CreatedBy | string |
None. |
|
| AutoAudit_ModifiedDate | date |
None. |
|
| AutoAudit_ModifiedBy | string |
None. |
|
| AutoAudit_RowVersion | integer |
None. |
|
| FilterType | integer |
None. |
|
| OrganizationId | globally unique identifier |
None. |
|
| ProcessflowId | globally unique identifier |
None. |
|
| ParentAppEntityActionId | globally unique identifier |
None. |
|
| AppEntity | AppEntity |
None. |
|
| AppEntityActionRequestAttributes | Collection of AppEntityActionRequestAttribute |
None. |
|
| OrgAPIConnections | Collection of OrgAPIConnection |
None. |
|
| Tasks | Collection of Task |
None. |
|
| Tasks1 | Collection of Task |
None. |
|
| TouchPoints | Collection of TouchPoint |
None. |
|
| TouchPoints1 | Collection of TouchPoint |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |