GET api/{apiVersion}/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 |
|
apiVersion | string |
None. |
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": "e87977bc-4025-42b3-9ac7-b9c47892dcb7", "Language": "sample string 2", "Type": 3, "Channel": 4, "Content": "sample string 5" }, "IsShowMessage": true, "IsShowRateAndReview": true }