POST api/AlacarteRestrictions
Request Information
URI Parameters
None.
Body Parameters
AlaCarteRestrictionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | globally unique identifier |
None. |
|
| DailyAmt | decimal number |
None. |
|
| WeeklyAmt | decimal number |
None. |
|
| MonthlyAmt | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonId": "f3975956-bfb6-4158-8044-26854ab57f04",
"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>f3975956-bfb6-4158-8044-26854ab57f04</PersonId> <WeeklyAmt>1</WeeklyAmt> </AlaCarteRestrictionsModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>