GET api/ApiOtpContent/GetApiOtpContent?otpType={otpType}&otpChannel={otpChannel}&LanguageId={LanguageId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
otpType | ApiOtpType |
Required |
|
otpChannel | ApiOtpChannel |
Required |
|
LanguageId | globally unique identifier |
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": "1efeddb2-feb2-472d-9d82-ab266bf836b9", "Language": "sample string 2", "Type": 3, "Channel": 4, "Content": "sample string 5" }, "IsShowMessage": true, "IsShowRateAndReview": true }