Customer Inquiry
You can perform customer inquiry processes at this step.
The parameters that need to be sent to the service have been shared below;
Customer Inquiry Request Parameters
DealerNo
string
It is the dealer number created for the dealer.
Username
string
It is the username created for the dealer.
Password
string
It is the password created for the dealer.
IdentityNumber
string
It is the customer identity number
{
"Header": {
"DealerNo": "dealerno",
"Username": "username",
"Password": "password"
},
"IdentityNumber": "identitynumber"
}The parameters for the response message sent from the service after the transaction are as follows;
Customer Inquiry Response Parameters
Id
int
It is the customer's ID.
FullName
string
It is the full name of the corporate or individual customer.
IdentityTaxNumber
string
It is the identification or tax number of the corporate or individual customer.
IsCompany
bool
If the customer type is corporate, this field will return true.
Status
int
It is the status information of the inquiry result.
Customer_Explanation
string
If there is an error in the inquiry process, it is the description information to be shown to the customer.
LOG_Explanation
string
It is the error code and error detail information in case of inquiry errors.
If the status is 0, the transaction has been successfully completed.
Last updated