GET api/groups/{groupid}/groupplans/{groupplanid}/perdiems/{perdiemid}/perdiemrates/{id}
Gets a per diem rate
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupid |
Group identifier |
integer |
Required |
groupplanid |
Group Plan identifier |
integer |
Required |
perdiemid |
Per Diem identifier |
integer |
Required |
id |
Per Diem Rate identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A per diem rate
PerDiemRateModelName | Description | Type | Additional information |
---|---|---|---|
PerDiemNo |
Gets or sets the identifier for the Per Diem associated with this Per Diem Rate |
integer |
None. |
EffectiveStartDate |
Gets or sets the effective start date of the per diem rate |
date |
None. |
Rate |
Gets or sets the rate |
decimal number |
None. |
Url |
Gets or sets the link representing a link back to the resource |
string |
None. |
ID |
Gets or sets the identifier for the resource |
integer |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
{ "url": "sample string 2", "id": 3, "perDiemNo": 1, "effectiveStartDate": "2025-05-30T03:14:25.6508031-05:00", "rate": 1.0 }