POST api/StudyHub2/UpdateAutoActivate
Request Information
URI Parameters
None.
Body Parameters
Collection of AutoActivateSyncDtos| Name | Description | Type | Additional information |
|---|---|---|---|
| StudentEnrollmentId | integer |
None. |
|
| OrderId | integer |
None. |
|
| ActivationDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"StudentEnrollmentId": 1,
"OrderId": 2,
"ActivationDate": "2026-04-02T23:53:22.5235122-04:00",
"EndDate": "2026-04-02T23:53:22.5235122-04:00"
},
{
"StudentEnrollmentId": 1,
"OrderId": 2,
"ActivationDate": "2026-04-02T23:53:22.5235122-04:00",
"EndDate": "2026-04-02T23:53:22.5235122-04:00"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
StudyHub2Response| Name | Description | Type | Additional information |
|---|---|---|---|
| info | StudyHub2ReturnResult |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"info": {
"status": true,
"message": "sample string 2",
"additionalData": {},
"objAppResponseMessage": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": "sample string 3"
}
},
"data": {}
}