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
- application/xml
- text/csv
200 Response
Returns updated structuredaddressservice
Nested Schema : StructuredAddressServiceDTO-allOf[0]
Type:
Show Source
object
-
approverRemarks:
string
Remarks made by Approver
-
authStatus:
string
Authorization Status of Virtual Account
-
buildingName:
string
Maximum Length:
35
building Name -
buildingNumber:
string
Maximum Length:
16
Building Number -
checkerDateStamp:
string
Date and Time when some action on Virtual Account is authorized
-
checkerId:
string
Checker ID of Virtual Account
-
countrySubDivision:
string
Maximum Length:
35
Country Sub Division -
department:
string
Maximum Length:
70
Department -
districtName:
string
Maximum Length:
35
District name -
doerRemarks:
string
Remarks made by Maker
-
floor:
string
Maximum Length:
70
Floor -
makerDateStamp:
string
Date and Time when Virtual Account is created or modified or closed or reopened
-
makerId:
string
Maker ID of Virtual Account
-
modNo:
integer
Version number of Virtual Account
-
onceAuth:
string
Flag that indicated if Virtual Account is authorized once or not
-
postbox:
string
Maximum Length:
16
postbox -
postcode:
string
Maximum Length:
16
postcode -
recordStatus:
string
Record Status of Virtual Account
-
room:
string
Maximum Length:
70
Room -
streetName:
string
Maximum Length:
70
Street Name -
strrCountry:
string
Maximum Length:
2
country -
subDepartment:
string
Maximum Length:
70
Sub Department -
townLocationName:
string
Maximum Length:
35
Town Location Name -
townName:
string
Maximum Length:
35
Town Name -
virtualAccountNo:
string
Minimum Length:
1
Maximum Length:35
Account number of the External customer
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