File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 411
411
],
412
412
"summary" : " Get institution by institution taxCode" ,
413
413
"description" : " Get the company represented by taxCode of the institution passed as a parameter" ,
414
- "operationId" : " institutionsPdndByDescriptionUsingGET " ,
414
+ "operationId" : " institutionPdndByTaxCodeUsingGET " ,
415
415
"parameters" : [
416
416
{
417
417
"name" : " taxCode" ,
2192
2192
"mail3" : {
2193
2193
"type" : " string"
2194
2194
},
2195
- "cap " : {
2195
+ "uriprotocolloInformatico " : {
2196
2196
"type" : " string"
2197
2197
},
2198
- "uriprotocolloInformatico " : {
2198
+ "cap " : {
2199
2199
"type" : " string"
2200
2200
}
2201
2201
}
Original file line number Diff line number Diff line change @@ -513,6 +513,12 @@ module "apim_internal_api_ms_v1" {
513
513
MS_BACKEND_URL = " https://selc-${ var . env_short } -ext-api-backend-ca.${ var . ca_suffix_dns_private_name } /v2/"
514
514
})
515
515
},
516
+ {
517
+ operation_id = " institutionPdndByTaxCodeUsingGET"
518
+ xml_content = templatefile (" ./api/base_ms_url_policy.xml" , {
519
+ MS_BACKEND_URL = " https://selc-${ var . env_short } -party-reg-proxy-ca.${ var . ca_suffix_dns_private_name } /"
520
+ })
521
+ },
516
522
{
517
523
operation_id = " getFiles"
518
524
xml_content = templatefile (" ./api/base_ms_url_policy.xml" , {
You can’t perform that action at this time.
0 commit comments