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://vallelabs-pei-hvi.talentum.edu.co/headquarter/merge-institution/e6f4095d-ef78-4584-9b7a-cf4a8619b37d' \
--form 'headquarterIds="{{headquarterMerge}}"' \
--form 'administrativeActFileUpdate=@""' \
--form 'administrativeActNumberUpdate="99"'
Responses
application/json {"message":"Headquarters merged successfully"}
Modified at 2024-09-09 16:53:59