GET api/Customer/GetCustomerStatus?identificationNumber={identificationNumber}&mobilePhone={mobilePhone}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identificationNumber | string |
Required |
|
mobilePhone | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfCustomerStatusName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CustomerStatus |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": 0, "IsShowMessage": true, "IsShowRateAndReview": true }