Update an existing structured address service
put
/service/structuredaddressservice/{virtualAccountNo}
This endpoint is used to update an existing structured address service.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
virtualAccountNo(required): string
Virtual Account Number
Request Body that contains data required for updating an existing structuredaddressservice
Nested Schema : StructuredAddressServiceSaveDTO-allOf[0]
Type:
Show Source
object
-
buildingName:
string
Maximum Length:
35
building Name -
buildingNumber:
string
Maximum Length:
16
Building Number -
countrySubDivision:
string
Maximum Length:
35
Country Sub Division -
department:
string
Maximum Length:
70
Department -
districtName:
string
Maximum Length:
35
District name -
floor:
string
Maximum Length:
70
Floor -
postbox:
string
Maximum Length:
16
postbox -
postcode(required):
string
Maximum Length:
16
postcode -
room:
string
Maximum Length:
70
Room -
streetName:
string
Maximum Length:
70
Street Name -
strrCountry(required):
string
Maximum Length:
2
country -
subDepartment:
string
Maximum Length:
70
Sub Department -
townLocationName:
string
Maximum Length:
35
Town Location Name -
townName(required):
string
Maximum Length:
35
Town Name -
virtualAccountNo(required):
string
Minimum Length:
1
Maximum Length:35
Account number of the External customer
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns updated structuredaddressservice
Nested Schema : StructuredAddressServiceDTO
Type:
Show Source
object
-
buildingName:
string
building Name
-
buildingNumber:
string
Building Number
-
countrySubDivision:
string
Country Sub Division
-
department:
string
Department
-
districtName:
string
District name
-
floor:
string
Floor
-
postbox:
string
postbox
-
postcode(required):
string
postcode
-
room:
string
Room
-
streetName:
string
Street Name
-
strrCountry(required):
string
Maximum Length:
2
country -
subDepartment:
string
Sub Department
-
townLocationName:
string
Town Location Name
-
townName(required):
string
Town Name
-
virtualAccountNo:
string
Virtual Account Number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error