POST api/StudyHub2/SubmitCorporateExtensions
Request Information
URI Parameters
None.
Body Parameters
ExtensionRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentEnrollmentId | integer |
None. |
|
| MonthsToExtend | integer |
None. |
|
| Price | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"StudentEnrollmentId": 1,
"MonthsToExtend": 2,
"Price": 3.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.