Merge headquarters to institution
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://hvi-api.sigpruta.co/headquarter/merge-institution/e6f4095d-ef78-4584-9b7a-cf4a8619b37d' \
--header 'Authorization: Bearer <token>' \
--form 'headquarterIds="{{headquarterMerge}}"' \
--form 'administrativeActFileUpdate=@""' \
--form 'administrativeActNumberUpdate="99"'
Responses
application/json {"message":"Headquarters merged successfully"}
Modified at 2025-09-01 03:33:32