POST Provider/Task/ProviderAfterService
Get the result what the provider should do after a service
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
It should return information needed after service
ResultProviderAfterServiceName | Description | Type | Additional information |
---|---|---|---|
ProviderAfterServiceStatusCodeId | integer |
None. |
|
RedirectUrl | string |
None. |
|
SummaryNeeded | boolean |
None. |
|
EvalQuestionNeeded | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "ProviderAfterServiceStatusCodeId": 1, "RedirectUrl": "sample string 1", "SummaryNeeded": true, "EvalQuestionNeeded": true }
application/xml, text/xml
Sample:
<ResultProviderAfterService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <EvalQuestionNeeded>true</EvalQuestionNeeded> <ProviderAfterServiceStatusCodeId>1</ProviderAfterServiceStatusCodeId> <RedirectUrl>sample string 1</RedirectUrl> <SummaryNeeded>true</SummaryNeeded> </ResultProviderAfterService>