Aleksandar Vidakovic created FINERACT-2831:
----------------------------------------------
Summary: Institution Centers
Key: FINERACT-2831
URL: https://issues.apache.org/jira/browse/FINERACT-2831
Project: Apache Fineract
Issue Type: Sub-task
Reporter: Aleksandar Vidakovic
h4. /centers
GetCentersResponse → references GetCentersPageItems
GetCentersPageItems missing:
* accountNo
* externalId
h4. /centers/{id}/general
GetCentersCenterIdResponse missing:
* accountNo
* externalId
* activationDate
* Causes TypeScript errors
h4. /centers (POST)
PostCentersRequest incomplete → only has:
* name
* officeId
* active
* Other required fields missing
h4. /centers/{id}/notes
* No endpoint defined in OpenAPI generator
h4. /centers/{id}
* GetCentersCenterIdResponse missing staff data
h4. /centers/{id} (PUT)
* PutCentersCenterIdRequest incomplete staffId, externalId missing from both
name
* PutGroupsGroupIdRequest (the endpoint the Angular web-app actually PUTs to
for center edits, /v1/groups/{id}, not /v1/centers/{id}) incomplete staffId,
externalId missing from both
--
This message was sent by Atlassian Jira
(v8.20.10#820010)