Get_ChangeNameStatus

RSP can use this method for inquire the status of the amendment request request.

Request Description

Parameter NameRequiredMin/Max LengthTypeRemark
UIDM5/50AlphanumericUsername for validation.
PWDM5/50AlphanumericPassword for validation, 3DES encrypted.
rspSignM32/50AlphanumericDigital signature of RSP.
(Please refer to Digital signature)
changeIDM14/14Alphanumeric 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 NameRequiredTypeRemark
TrxStatusMNumericTransaction status response code.
(Please refer to Transaction status)
ChangeIDMAlphanumeric 14-character change name ID.
transIDMAlphanumericUnique Transaction ID from RSP.
Status_UpdateMTimestampTimestamp on the status updated.
(YYYY-MM-DD HH:MM:SS)
DescriptionMAlphanumericTransaction description or advice.

M= Mandatory, C= Conditional, O= Optional