We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable companies to fetch their company certificates with the respective document status
the implementation of this ticket depends on #471
Suggested API Endpoint: GET /api/administration/companydata/{businessPartnerNumber}/companyCertificates
Response Body
[ { "companyCertificateType": "{company_certificate.company_certificate_type as label}", "companyCertificateStatus": "{company_certificate.status as label}", "documentId": "uuid", "validFrom": "{valid_from}", "validTill": "{valid_till}" } ]
Business Logic of the /companyCertificates endpoint
DB Changes to enable the feature: #471 FrontEnd-Implementation Ticket: CPLP-3641
Components: N/A Sprints: PI 12 - S1 - CPLP Fix Versions: N/A StoryPoints: N/A Attachments: CPLP-3679-image-2023-12-27-13-15-51-660.png, CPLP-3679-image-2023-12-27-13-37-47-123.png
The text was updated successfully, but these errors were encountered:
feat(certificate): adjust get certificate data
3a5a3ee
Refs: eclipse-tractusx#464
5426ffe
feat(getcertificate): get company certificates with bpn (#509)
bf15299
Refs: #464 Co-authored-by: Phil Schneider <[email protected]> Reviewed-by: Phil Schneider <[email protected]>
AnuragNagpure
No branches or pull requests
Summary
Enable companies to fetch their company certificates with the respective document status
the implementation of this ticket depends on #471
Detail
Suggested API Endpoint: GET /api/administration/companydata/{businessPartnerNumber}/companyCertificates
Response Body
Business Logic of the /companyCertificates endpoint
Validation:
Related Tickets
DB Changes to enable the feature: #471
FrontEnd-Implementation Ticket: CPLP-3641
Components: N/A
Sprints: PI 12 - S1 - CPLP
Fix Versions: N/A
StoryPoints: N/A
Attachments: CPLP-3679-image-2023-12-27-13-15-51-660.png, CPLP-3679-image-2023-12-27-13-37-47-123.png
The text was updated successfully, but these errors were encountered: