Structured Address API REST Endpoints

Common Core Services/Structured Address API
This service is used to maintain structured address for Real Account.
Adds a new structured address
Method: post
Path: /structuredaddress
Authorize the structured address by given ID
Method: patch
Path: /structuredaddress/{id}/approve
Close the structured address by given ID
Method: patch
Path: /structuredaddress/{id}/close
Deletes the structured address identified by given ID
Method: delete
Path: /structuredaddress/{id}
Get all valid structured address
Method: get
Path: /structuredaddress
Reopen the structured address by given ID
Method: patch
Path: /structuredaddress/{id}/reopen
Retrieves the structured address by ID
Method: get
Path: /structuredaddress/{id}
Retrives the structured address by given ID
Method: get
Path: /structuredaddress/{id}/history
Retrives the structured address by given ID
Method: get
Path: /structuredaddress/{id}/unauthorized
Retrives the unauthorized core account records
Method: get
Path: /structuredaddress/unauthorizedcount
Update an existing structured address
Method: put
Path: /structuredaddress/{id}