POST Client/Request/PersonAfterService
Get the result what the person should do after a service
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
It should return information needed after service
ResultPersonAfterServiceName | Description | Type | Additional information |
---|---|---|---|
PersonAfterServiceStatusCodeId | integer |
None. |
|
RedirectUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PersonAfterServiceStatusCodeId": 1, "RedirectUrl": "sample string 1" }
application/xml, text/xml
Sample:
<ResultPersonAfterService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <PersonAfterServiceStatusCodeId>1</PersonAfterServiceStatusCodeId> <RedirectUrl>sample string 1</RedirectUrl> </ResultPersonAfterService>