You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-kits/kits/product-carbon-footprint-exchange-kit/resources/development-view/src/PCFRequest.puml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ PCF_Client -> PCF_Client: Extract Endpoint from submodel via 'idShort'
23
23
PCF_Client->PCF_Client: Rewrite endpoint URL for call through own API Wrapper
24
24
PCF_Client->Client_API_Wapper: Invoke asset with reqID & comment
25
25
note right
26
-
GET https://clientApiWrapperUrl/api/service/c34018ab-5820-4065-9087-416d78e1ab60/productIds/mat345?providerUrl=https://some.controlplane.url:7173&requestId=123&comment=...
26
+
GET https://clientApiWrapperUrl/api/service/c34018ab-5820-4065-9087-416d78e1ab60/footprintExchange/123?manufacturerPartId=mat345
27
27
end note
28
28
Client_API_Wapper->Client_EDC: Negotiate access to asset and enable proxy transfer
29
29
Client_EDC->Company_EDC: Negotiate access to asset and enable proxy transfer
Company_PCF_App->Company_API_Wapper: Invoke asset with reqID
83
82
note right
84
-
PUT https://clientApiWrapperUrl/api/service/20ac18ab-5820-4065-9087-416d78e155cd/productIds/mat345?providerUrl=https://client.controlplane.url:8184&requestId=123
83
+
PUT https://clientApiWrapperUrl/api/service/20ac18ab-5820-4065-9087-416d78e155cd/footprintExchange/123?manufacturerPartId=mat345
85
84
end note
86
85
Company_API_Wapper->Company_EDC: Negotiate access to asset and enable proxy transfer
87
86
Company_EDC->Client_EDC: Negotiate access to asset and enable proxy transfer
0 commit comments