Structured Address Service REST Endpoints

Common Core Services/Structured Address Service
This service is used to maintain structured address for Real Account.
Adds a new structured address
Method: post
Path: /service/structuredaddress
Close the structured address by given Customer Account Number
Method: patch
Path: /service/structuredaddress/{custAccountNo}/close
Reopen the structured address by given Customer Account Number
Method: patch
Path: /service/structuredaddress/{custAccountNo}/reopen
Retrieves the structured addresses by providing array of account numbers
Method: get
Path: /service/structuredaddress/getStructuredAddresses
Update an existing structured address
Method: put
Path: /service/structuredaddress/{custAccountNo}