POST api/DijiKolay/TopUpCustomerBalance?trnxId={trnxId}&vknTckn={vknTckn}&productCode={productCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| trnxId | string |
Required |
|
| vknTckn | string |
Required |
|
| productCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DijiKolayTopUpCustomerBalanceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ResultType |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0,
"ErrorMessage": "sample string 1"
}
application/xml, text/xml
Sample:
<DijiKolayTopUpCustomerBalanceResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Business.Core.DataContracts.DijiKolay"> <_x003C_ErrorMessage_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">sample string 1</_x003C_ErrorMessage_x003E_k__BackingField> <_x003C_Result_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">Success</_x003C_Result_x003E_k__BackingField> </DijiKolayTopUpCustomerBalanceResponse>