CreatePolymorphicLookupAttributeResponse ComplexType

Contains the response from the CreatePolymorphicLookupAttribute action

Example

{
   "@odata.context":
      "http://<organization URL>/api/data/v9.2/$metadata#Microsoft.Dynamics.CRM.CreatePolymorphicLookupAttributeResponse",

   "RelationshipIds":[
         "77d4c6e9-0397-eb11-a81c-000d3a6cfaba",
         "7ed4c6e9-0397-eb11-a81c-000d3a6cfaba",
         "85d4c6e9-0397-eb11-a81c-000d3a6cfaba"
   ],

   "AttributeId":"d378dd3e-42f4-4bd7-95c7-0ee546c7de40"
}

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
AttributeId Edm.Guid

The MetadataId of the LookupAttributeMetadata that is created.

RelationshipIds Collection( Edm.Guid )

An array of relationship IDs created for the attribute to the related entities.

Used by

The following use the CreatePolymorphicLookupAttributeResponse ComplexType.

Name How used
CreatePolymorphicLookupAttribute ReturnType

See also