POST api/User/GetVerifyCode?userid={userid}&contattoid={contattoid}&numero={numero}&prefissocell={prefissocell}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | integer |
Required |
|
contattoid | integer |
Required |
|
numero | string |
Required |
|
prefissocell | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
IsInError | boolean |
None. |
|
Message | string |
None. |
|
IdAspNet | string |
None. |
|
CustomId | string |
None. |
|
Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsInError": true, "Message": "sample string 2", "IdAspNet": "sample string 3", "CustomId": "sample string 4", "Data": "sample string 5" }