GET PlanCare2Api/Clients/{clientId}/LawStatus
Get the client's law status
Requires 'Read' permission for function ClientLawStatus {4F25CFAD-284C-4D4B-89A7-27989D2371CB}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
internal client identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The client's law statuses
Collection of ClientLawStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId |
Client id |
integer |
None |
| StartDate |
Start date of the clients law status |
date |
None |
| EndDate |
End date of the clients law status |
date |
None |
| LawStatus |
Description of the law status |
string |
None |
| LawStatusId |
Id of the law status |
integer |
None |
| FirstRelationCorrelationId |
Id of the first correlation |
integer |
None |
| SecondRelationCorrelationId |
Id of the second correlation |
integer |
None |
| ThirdRelationCorrelationId |
Id of the third correlation |
integer |
None |
| FourthRelationCorrelationId |
Id of the fourth correlation |
integer |
None |
| FirstRoleName |
Name of the role of the first correlation |
string |
None |
| SecondRoleName |
Name of the role of the second correlation |
string |
None |
| ThirdRoleName |
Name of the role of the third correlation |
string |
None |
| FourthRoleName |
Name of the role of the fourth correlation |
string |
None |
| FirstRelationCorrelationName |
Name of the first correlation |
string |
None |
| SecondRelationCorrelationName |
Name of the second correlation |
string |
None |
| ThirdRelationCorrelationName |
Name of the third correlation |
string |
None |
| FourthRelationCorrelationName |
Name of the fourth correlation |
string |
None |
| FirstRoleRelationId |
Id of the role of the first correlation |
integer |
None |
| SecondRoleRelationId |
Id of the role of the second correlation |
integer |
None |
| ThirdRoleRelationId |
Id of the role of the third correlation |
integer |
None |
| FourthRoleRelationId |
Id of the role of the fourth correlation |
integer |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.