Home > @vsf-enterprise/epcc-api > FlowEndpoints > createEntryRelationship
# FlowEndpoints.createEntryRelationship() method
Create a relationships between an entry and a resource.
Signature:
createEntryRelationship(context: ElasticPathIntegrationContext, params: CreateEntryRelationshipParams): Promise<CreateEntryRelationshipResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | CreateEntryRelationshipParams | An object which contains necessary properties for creating an entry relationship. |
Returns:
Promise<CreateEntryRelationshipResponse>