Create Attribute Assignments for data provider.
POST {{baseUrl}}/attribute-assignments
Create a new attribute assignments. Grant data provision access on selected battery passport attributes to a specific assignee/data provider.
This will trigger the assignment flow.
A new request has always the status open
.
Request Body
{"0"=>{"passportId"=>"<uuid>", "assignee"=>"<string>", "attribute"=>"<string>"}, "1"=>{"passportId"=>"<uuid>", "assignee"=>"<string>", "attribute"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""