POST api/Attributes/PostAppEntityAttribute
Request Information
URI Parameters
None.
Body Parameters
AppEntityAttributeName | Description | Type | Additional information |
---|---|---|---|
AppEntityAttributeId | integer |
None. |
|
ParentAppEntityAttributeId | integer |
None. |
|
AppEntityId | globally unique identifier |
None. |
|
AppEntityAttributeName | string |
None. |
|
AttributeDataTypeId | integer |
None. |
|
LastLoggedIn | date |
None. |
|
CreatedOn | date |
None. |
|
IsOrgCustomAttribute | boolean |
None. |
|
OrganizationId | globally unique identifier |
None. |
|
IsProductionReady | boolean |
None. |
|
IsActive | boolean |
None. |
|
IsFunction | boolean |
None. |
|
AttibuteAliasTagName | string |
None. |
|
RefEntityType | globally unique identifier |
None. |
|
AutoAudit_CreatedDate | date |
None. |
|
AutoAudit_CreatedBy | string |
None. |
|
AutoAudit_ModifiedDate | date |
None. |
|
AutoAudit_ModifiedBy | string |
None. |
|
AutoAudit_RowVersion | integer |
None. |
|
OrgAppSyncId | globally unique identifier |
None. |
|
IsPrimaryKey | boolean |
None. |
|
IsRequired | boolean |
None. |
|
IsAttribute | boolean |
None. |
|
SortOrder | integer |
None. |
|
XPath | string |
None. |
|
IsTracking | boolean |
None. |
|
NamespacePrefix | string |
None. |
|
OverridingId | integer |
None. |
|
AppEntityAttributeGuid | globally unique identifier |
None. |
|
ParentAppEntityAttributeGuid | globally unique identifier |
None. |
|
NodeId | globally unique identifier |
None. |
|
ProcessflowId | globally unique identifier |
None. |
|
ParentGuid | globally unique identifier |
None. |
|
ParentId | integer |
None. |
|
IsHidden | boolean |
None. |
|
AppEntity | AppEntity |
None. |
|
ChildAppEntityAttributes | Collection of AppEntityAttribute |
None. |
|
ParentAppEntityAttribute | AppEntityAttribute |
None. |
|
AttributeDataType | AttributeDataType |
None. |
|
WorkflowNode | WorkflowNode |
None. |
|
Workflow | Workflow |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
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. |