POST Provider/InterpreterSelfCheckCancel
InterpreterSelfCheckCancel
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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |