Home > @vsf-enterprise/epcc-api > CreateEntryRelationshipResponse

# CreateEntryRelationshipResponse interface

Response from creating an entry relationship. This response will contain the data that an entry that was provided in the request is related to.

Signature:

export interface CreateEntryRelationshipResponse 

# Properties

Property Type Description
id string The ID of the entry that was created.
links? { self?: string; } (Optional) Useful links about this entry.
meta? { timestamps?: { created_at?: string; updated_at?: string; }; } (Optional) Some useful metadata about this entry.
type string The type of the entry that was created.