Skip to content

Claim by delivery point without specifying slice id #361

@CharlesCheckley

Description

@CharlesCheckley

Description

As a user I want to be able to transfer and claim certificate slices without having to specify the slice ids, instead specifying the assets, period start, source and destination wallets and quantity to be transferred.

The slices themselves are considered fungible to me (given they are from the same device, for a given period start) and having this endpoint significantly reduces development complexity.

Basic Example

This endpoint exists in the Energy Track and Trace v1 api as v1/claims/bydeliverypoint

Api Documentation

Example Call:

[
  {
    "productionAssetId": "string",
    "consumptionAssetId": "string",
    "productionCertificateAccount": "string",
    "consumptionCertificateAccount": "string",
    "periodStart": "2024-08-27T14:21:27.745Z",
    "periodEnd": "2024-08-27T14:21:27.745Z",
    "quantity": 0
  }
]

Drawbacks

No response

Unresolved questions

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions