POST api/servey/GetURLPathForSurvey
Show Surrvey
Request Information
URI Parameters
None.
Body Parameters
Tham số
GetURLWebViewSuveyParameterName | Description | Type | Additional information |
---|---|---|---|
serveyCustomID | string |
None. |
|
userID | string |
None. |
|
userName | string |
None. |
|
applicationCode | string |
None. |
|
token | string |
None. |
|
applicationUrl | string |
None. |
|
fullName | string |
None. |
|
deviceType | integer |
None. |
|
phoneNumber | string |
None. |
|
height | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "serveyCustomID": "sample string 1", "userID": "sample string 2", "userName": "sample string 3", "applicationCode": "sample string 4", "token": "sample string 5", "applicationUrl": "sample string 6", "fullName": "sample string 7", "deviceType": 8, "phoneNumber": "sample string 9", "height": 10 }
text/xml
Sample:
<GetURLWebViewSuveyParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.Survey"> <applicationCode>sample string 4</applicationCode> <applicationUrl>sample string 6</applicationUrl> <deviceType>8</deviceType> <fullName>sample string 7</fullName> <height>10</height> <phoneNumber>sample string 9</phoneNumber> <serveyCustomID>sample string 1</serveyCustomID> <token>sample string 5</token> <userID>sample string 2</userID> <userName>sample string 3</userName> </GetURLWebViewSuveyParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SurveyServiceResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Data | Object |
None. |
|
ErrorType | string |
None. |
|
OtherData | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Data": {}, "ErrorType": "sample string 3", "OtherData": {} }
text/xml
Sample:
<SurveyServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response.Survey"> <Data /> <ErrorType>sample string 3</ErrorType> <OtherData /> <Success>true</Success> </SurveyServiceResult>