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": "134ec1f4-bc96-4021-b6ad-62e24a1abd3a", "IsShowMessage": true, "IsShowRateAndReview": true }