POST ClientPreSelection/AgreementAccept
Client Preselection Agreement Accept
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultTwilioToken
ResultEAAgreementName | Description | Type | Additional information |
---|---|---|---|
AgreementUrl | string |
None. |
|
AgreementHtml | string |
None. |
|
NextStep | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgreementUrl": "sample string 1", "AgreementHtml": "sample string 2", "NextStep": "sample string 3" }
application/xml, text/xml
Sample:
<ResultEAAgreement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AgreementHtml>sample string 2</AgreementHtml> <AgreementUrl>sample string 1</AgreementUrl> <NextStep>sample string 3</NextStep> </ResultEAAgreement>