POST api/v1/UserAccount/CreateCustomerHasAccount?identificationNumber={identificationNumber}&username={username}&otpCode={otpCode}&dateOfBirth={dateOfBirth}&placeOfBirth={placeOfBirth}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identificationNumber | string |
Required |
|
username | string |
Required |
|
otpCode | integer |
Required |
|
dateOfBirth | date |
Required |
|
placeOfBirth | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | boolean |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": true, "IsShowMessage": true, "IsShowRateAndReview": true }