Skip to main content

SupplierReportingLink Object

Description

Reporting link for supplier data access.

Declaration

type SupplierReportingLink {
_id: ID!
expires: Date
id: String!
uri: String!
createdBy: UserReference!
createdAt: Date!
}

Fields

NameTypeDescription
_idID!Internal database identifier.
expiresDateDate when the link expires.
idString!Link identifier.
uriString!URI to access the reporting data.
createdByUserReference!User who created the link.
createdAtDate!Date when the link was created.