GET api/AlacarteRestrictions?personId={personId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| personId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AlaCarteRestrictionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | globally unique identifier |
None. |
|
| DailyAmt | decimal number |
None. |
|
| WeeklyAmt | decimal number |
None. |
|
| MonthlyAmt | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"PersonId": "9df81a5e-ebbc-46cc-86d9-55921529f24f",
"DailyAmt": 1.0,
"WeeklyAmt": 1.0,
"MonthlyAmt": 1.0
}
application/xml, text/xml
Sample:
<AlaCarteRestrictionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.Primero.OnlineFRE.APIs.Models.Students"> <DailyAmt>1</DailyAmt> <MonthlyAmt>1</MonthlyAmt> <PersonId>9df81a5e-ebbc-46cc-86d9-55921529f24f</PersonId> <WeeklyAmt>1</WeeklyAmt> </AlaCarteRestrictionsModel>