AgreementReport ======================= An agreement report resource Resource definition ------------------- .. literalinclude:: _static/AgreementReport.json :language: json +--------------------------------+-------------------------------+-------------------------------------------------------------------------------------------+ | Name | Type | Description | +================================+===============================+===========================================================================================+ | ProductContainer | ObjectReferenceDto | Product container (shopping bag) connected to the report | +--------------------------------+-------------------------------+-------------------------------------------------------------------------------------------+ | Agreement | AgreementIdentityReferenceDto | Agreement connected to the report | +--------------------------------+-------------------------------+-------------------------------------------------------------------------------------------+ | Status | Enum | 0=None, 1=NotReported, 2=ZeroUsageReported, 4=UsageReported, 6=UsageAndZeroUsageReported | +--------------------------------+-------------------------------+-------------------------------------------------------------------------------------------+ | HasValidAgreementTerm | AgreementTypeConsent | Indicates whether agreement has at least one valid term. | +--------------------------------+-------------------------------+-------------------------------------------------------------------------------------------+ Operations on Agreement report ------------------------------ - :doc:`/scenarios/agreement-report-get`