GET api/v1/Customer/GetCustomerIdByIdentificationNumber?identificationNumber={identificationNumber}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identificationNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfGuidName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | globally unique identifier |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": "2e6a75ef-c734-4b54-8c71-a9045e4bb9a2", "IsShowMessage": true, "IsShowRateAndReview": true }