GET api/v1/ApiOtpContent/GetApiOtpContent?otpType={otpType}&otpChannel={otpChannel}&langId={langId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
otpType | ApiOtpType |
Required |
|
otpChannel | ApiOtpChannel |
Required |
|
langId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfApiOtpContentResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | ApiOtpContentResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "LanguageId": "d99efa1d-a28b-4cbc-ad08-bae1db14c484", "Language": "sample string 2", "Type": 3, "Channel": 4, "Content": "sample string 5" }, "IsShowMessage": true, "IsShowRateAndReview": true }