POST Request/Finish?RequestId={RequestId}

Finish a request

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RequestId

RequestId

integer

Required

Body Parameters

None.

Response Information

Resource Description

EATwilioIntegrationResultGeneral
NameDescriptionTypeAdditional 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>