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": "2f5bcc6b-9d28-4b5d-9811-267b4045982a",
"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>2f5bcc6b-9d28-4b5d-9811-267b4045982a</PersonId> <WeeklyAmt>1</WeeklyAmt> </AlaCarteRestrictionsModel>