GET PlanCare2Api/Clients/{clientId}/WidVerifications
Get the most recent WID verification of a client
At least one of these modules is required: RelationManagement
Requires 'Read' permission for function ClientWidVerification {73E78B2B-7F1A-4368-A7D2-9EE1A8CEC145}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
internal client identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The most recent WidVerification for a relation
WidVerification| Name | Description | Type | Additional information |
|---|---|---|---|
| ById |
Id of the relation who did the verification |
integer |
None |
| ByText |
THe name of the relation who did the verification |
string |
None |
| Date |
The date when the verification was done |
date |
None |
| Source |
The verification source |
RelationWidVerificationSourceEnum |
None |
| SourceText |
The verification source as text |
string |
None |
| DocumentType |
The document type |
RelationWidVerificationDocumentTypeEnum |
None |
| DocumentTypeText |
The document type as text |
string |
None |
| DocumentNumber |
The document number |
string |
None |
| ValidUntil |
The valid until |
date |
None |
| Confirmed |
Whether or not the verification is confirmed |
boolean |
None |
| DocumentInfoId |
The document info id |
integer |
None |
| DocumentFileName |
The document filename (obsolete) |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.