Skip to content

Commit

Permalink
feat(conformity): enable conformity approval services (#399)
Browse files Browse the repository at this point in the history
* add new agreement
* adjust POST /api/services/ServiceRelease/updateservicedoc/{serviceId}/documentType/{documentTypeId}/documents to allow CONFORMITY_APPROVAL_SERVICES to be uploaded

---------------
Refs: CPLP-3580
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
AnuragNagpure authored Jan 8, 2024
1 parent dd68710 commit 7790690
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,17 @@
"use_case_id": "1aacde78-35ec-4df3-ba1e-f988cddcbbd9",
"document_id": "1cc048fc-34d7-43ec-a205-bcbea6cbe01f",
"mandatory": true
},
{
"id": "311aac58-932b-4622-be8b-34337e48d70C",
"agreement_category_id": 4,
"date_created": "2023-12-01 00:00:00.000000 +00:00",
"date_last_changed": "2023-12-01 00:00:00.000000 +00:00",
"agreement_status_id": 1,
"name": "I confirm that the service I want to offer has successfully received a Catena-X certificate issued by an official Conformity Assessment Body (CAB). I acknowledge to upload the certificate.",
"issuer_company_id": "2dc4249f-b5ca-4d42-bef1-7a7a950a4f87",
"use_case_id": "1aacde78-35ec-4df3-ba1e-f988cddcbbd9",
"document_id": null,
"mandatory": true
}
]
]

0 comments on commit 7790690

Please sign in to comment.