GET web_api/mobile_consent/consent_text
Retrieve the end-user agreement statement required for use of the gMobile service. Note: the returned text contains a [CompanyName] placeholder that must be replaced with your company name before displaying to the end user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The text to display to your end user that they must agree to when giving consent is included in the body of the response.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>