SupplierReportingLink Object
Description
Reporting link for supplier data access.
Declaration
type SupplierReportingLink {
_id: ID!
expires: Date
id: String!
uri: String!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
expires | Date | Date when the link expires. |
id | String! | Link identifier. |
uri | String! | URI to access the reporting data. |