GET v1/api/enrollee/automatedLanguangeTranslation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
automatedLanguangeTranslationResultName | Description | Type | Additional information |
---|---|---|---|
errorMsg | string |
None. |
|
success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "errorMsg": "sample string 1", "success": true }
application/xml, text/xml
Sample:
<automatedLanguangeTranslationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/enrrolleeApp.Models.providerModel.automatedLanguangeTranslation"> <errorMsg>sample string 1</errorMsg> <success>true</success> </automatedLanguangeTranslationResult>
text/html
Sample:
{"errorMsg":"sample string 1","success":true}