POST Provider/InterpreterSelfCheckGet
InterpreterSelfCheckGet
Request Information
URI Parameters
None.
Body Parameters
ParaInterpreterSelfCheckName | Description | Type | Additional information |
---|---|---|---|
ProviderServeEligibilityCheckId | integer |
None. |
|
AudioPassed | boolean |
None. |
|
VideoPassed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProviderServeEligibilityCheckId": 1, "AudioPassed": true, "VideoPassed": true }
application/xml, text/xml
Sample:
<ParaInterpreterSelfCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AudioPassed>true</AudioPassed> <ProviderServeEligibilityCheckId>1</ProviderServeEligibilityCheckId> <VideoPassed>true</VideoPassed> </ParaInterpreterSelfCheck>
Response Information
Resource Description
ResultInterpreterSelfCheckName | Description | Type | Additional information |
---|---|---|---|
ProviderServeEligibilityCheckId | integer |
None. |
|
AudioRequired | boolean |
None. |
|
AudioPassed | boolean |
None. |
|
VideoRequired | boolean |
None. |
|
VideoApproved | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProviderServeEligibilityCheckId": 1, "AudioRequired": true, "AudioPassed": true, "VideoRequired": true, "VideoApproved": true }
application/xml, text/xml
Sample:
<ResultInterpreterSelfCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AudioPassed>true</AudioPassed> <AudioRequired>true</AudioRequired> <ProviderServeEligibilityCheckId>1</ProviderServeEligibilityCheckId> <VideoApproved>true</VideoApproved> <VideoRequired>true</VideoRequired> </ResultInterpreterSelfCheck>