Get_ChangeNameStatus
RSP can use this method for inquire the status of the amendment request request.
Request Description
Parameter Name | Required | Min.Max | Type | Remark |
UID | M | 5/50 | Alphanumeric | Username for validation |
PWD | M | 5/50 | Alphanumeric | Password for validation |
rspSign | M | 32/50 | Alphanumeric | Digital signature of RSP |
changeID | M | 14/14 | Alphanumeric | 14-character change 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 see Section 3.6 for full description |
ChangeID | M | AlphaNumeric | 14-character change 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 |