POST api/FinancialAid
Request Information
URI Parameters
None.
Body Parameters
FinancialAidRequestModelName | Description | Type | Additional information |
---|---|---|---|
FirstName | string |
None. |
|
LastName | string |
None. |
|
EmailAddress | string |
None. |
|
IsCurrentlyPracticing | boolean |
None. |
|
IncomeID | integer |
None. |
|
AdditionalInformation | string |
None. |
|
States | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "FirstName": "sample string 1", "LastName": "sample string 2", "EmailAddress": "sample string 3", "IsCurrentlyPracticing": true, "IncomeID": 5, "AdditionalInformation": "sample string 6", "States": [ 1, 2 ] }
Response Information
Resource Description
BaseModelName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
ErrorMessage | string |
None. |
|
StackTrace | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsSuccessful": true, "ErrorMessage": "sample string 2", "StackTrace": "sample string 3" }