GET CheckSurveyAnswered?phoneNumber={phoneNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| phoneNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CommunicationHasAnsweredResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| preferredLanguage | string |
None. |
|
| errorReason | string |
None. |
|
| AllowedWp | boolean |
None. |
|
| success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"preferredLanguage": "sample string 1",
"errorReason": "sample string 2",
"AllowedWp": true,
"success": true
}
application/xml, text/xml
Sample:
<CommunicationHasAnsweredResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SestekCrm.Entities.Concrete.DialerVoxModels"> <AllowedWp>true</AllowedWp> <errorReason>sample string 2</errorReason> <preferredLanguage>sample string 1</preferredLanguage> <success>true</success> </CommunicationHasAnsweredResponseModel>