GET api/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": "07f814f8-7ddf-42ce-a79a-c5045c73230b", "Language": "sample string 2", "Type": 3, "Channel": 4, "Content": "sample string 5" }, "IsShowMessage": true, "IsShowRateAndReview": true }