GET PlanCare2Api/RootData/ClientplanApprovalDurations
Fetch available definitions of a clientplan approval duration.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a list of available definition of clientplan approval duration.
Collection of ClientplanApprovalDuration| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The identifier of the approval duration. |
integer |
- |
| Name |
The name of the approval duration. |
string |
- |
| Unit |
The unit of the approval duration (f.i. Day, Week, Month etc). |
string |
- |
| Number |
The number of units of the approval duration. |
integer |
- |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Name": "sample string 2",
"Unit": "sample string 3",
"Number": 4
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfClientplanApprovalDuration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan">
<ClientplanApprovalDuration>
<Id>1</Id>
<Name>sample string 2</Name>
<Number>4</Number>
<Unit>sample string 3</Unit>
</ClientplanApprovalDuration>
<ClientplanApprovalDuration>
<Id>1</Id>
<Name>sample string 2</Name>
<Number>4</Number>
<Unit>sample string 3</Unit>
</ClientplanApprovalDuration>
</ArrayOfClientplanApprovalDuration>