POST Request/Finish?RequestId={RequestId}
Finish a request
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RequestId |
RequestId |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EATwilioIntegrationResultGeneralName | 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>