# Save the account mapping for an end-of-year statement **PUT /api-v1/e-bilan-report/accounts/{reportType}** Writes e_bilan_report_account only. Any structural field in the payload is ignored, so a non-admin posting the whole tree back cannot alter the shared structure. ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Path parameters - **reportType** (string) ### Body: application/json (array[object]) - **id** (integer(int64)) - **parentId** (integer(int64)) - **position** (integer(int32)) - **qname** (string) - **positionReference** (string) - **reportType** (string) - **lineType** (string) - **lineSign** (string) - **localizations** (object) - **accountIds** (array[integer(int64)]) - **memberIds** (array[integer(int64)]) - **children** (array[object]) ## Responses ### 200 OK ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)