POST api/{apiVersion}/UserAccount/CreateSystemUserForTakePassword?identificationNumber={identificationNumber}&mobilePhone={mobilePhone}&otpCode={otpCode}&password={password}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
identificationNumber | string |
Required |
|
mobilePhone | string |
Required |
|
otpCode | integer |
Required |
|
password | string |
Required |
|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfObjectName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Object |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": {}, "IsShowMessage": true, "IsShowRateAndReview": true }