-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
sig#809: API Enhancement OSP Customer Management - GET /api/administration/registration/network/companies Endpoint #850
Comments
@AnuragNagpure please ensure to create a new PR for this that enables @lavanya-bmw to proceed with her frontend adjustments based on the previos ticket from you. |
to change the sorting-order a new optional query-parameter 'dateCreatedOrderFilter' (Values 'ASC', 'DESC') has been introduced |
Thanks Norbert for this new sorting order filter introduction. |
Description:
The current endpoint
GET /api/administration/registration/network/companies
requires enhancements to both the response body and functionality. The following changes need to be implemented:Response Body Enhancements:
externalID
field to the response body to represent the external identifier of the company.dateCreated
field to the response body to represent the creation date of the company record.New Search Functionalities:
companyName
to allow users to find companies more efficiently.externalID
to facilitate lookup using external identifiers.New Sort Functionalities:
dateCreated
in both ascending (ASC) and descending (DESC) order.Acceptance Criteria:
externalID
anddateCreated
.companyName
andexternalID
.dateCreated
in both ASC and DESC order.Response Body Example (updated):
Implementation Notes:
The text was updated successfully, but these errors were encountered: