Get_ChangeNameStatus
RSP can use this method for inquire the status of the amendment request request.
Request Description
Parameter Name | Required | Min/Max Length | Type | Remark |
UID | M | 5/50 | Alphanumeric | Username for validation. |
PWD | M | 5/50 | Alphanumeric | Password for validation, 3DES encrypted. |
rspSign | M | 32/50 | Alphanumeric | Digital signature of RSP. (Please refer to Digital signature) |
changeID | M | 14/14 | Alphanumeric | 14-character change name ID. |
Response Description
1 <?xml version="1.0" encoding="utf-8"?> 2 <string xmlns=http://tempuri.org/> 3 <TrxStatus>TrxStatus</TrxStatus> 4 <ChangeId>ChangeID</ChangeId> 5 <transID>TransID</transID> 6 <StatusUpdated>StatusUpdated</StatusUpdated> 7 <Description>Description</Description> 8 </string>
Parameter Name | Required | Type | Remark |
TrxStatus | M | Numeric | Transaction status response code. (Please refer to Transaction status) |
ChangeID | M | Alphanumeric | 14-character change name ID. |
transID | M | Alphanumeric | Unique Transaction ID from RSP. |
Status_Update | M | Timestamp | Timestamp on the status updated. (YYYY-MM-DD HH:MM:SS) |
Description | M | Alphanumeric | Transaction description or advice. |
M= Mandatory, C= Conditional, O= Optional