POST api/Shop/GenerateOtpGen
Request Information
URI Parameters
None.
Body Parameters
GenerateOtpGenEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| ManagementPhone | string |
None. |
|
| DontSendIfExist | boolean |
None. |
|
| lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ManagementPhone": "sample string 1",
"DontSendIfExist": true,
"lang": "sample string 3"
}
application/xml, text/xml
Sample:
<GenerateOtpGenEntry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VOOO_MVCAPI.Models.APIBodies"> <DontSendIfExist>true</DontSendIfExist> <ManagementPhone>sample string 1</ManagementPhone> <lang>sample string 3</lang> </GenerateOtpGenEntry>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |