POST Request/FinishByPreInvite?PreInviteToken={PreInviteToken}
Finish a request
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PreInviteToken |
PreInviteToken |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
EATwilioIntegrationResultGeneral| Name | Description | Type | Additional information |
|---|---|---|---|
| Successful |
Whether the function call is successful True: Successful False: Failed |
boolean |
None. |
| Reason |
If the call is failed, return the reason. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Successful": true,
"Reason": "sample string 2"
}
application/xml, text/xml
Sample:
<EATwilioIntegrationResultGeneral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Reason>sample string 2</Reason> <Successful>true</Successful> </EATwilioIntegrationResultGeneral>