POST api/Student/CreateBatchOptions
Request Information
URI Parameters
None.
Body Parameters
ADM_BATCH_MSTName | Description | Type | Additional information |
---|---|---|---|
BATCH_ID | integer |
None. |
|
CRX_ID | integer |
None. |
|
START_YEAR | integer |
None. |
|
END_YEAR | integer |
None. |
|
MODE | integer |
None. |
|
DURATION | integer |
None. |
|
BATCH_NAME | string |
None. |
|
IS_DELETE | boolean |
None. |
|
IS_ACTIVE | boolean |
None. |
|
STARTING_SESSION_ID | integer |
None. |
|
ENDING_SESSION_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "batcH_ID": 1, "crX_ID": 1, "starT_YEAR": 1, "enD_YEAR": 1, "mode": 1, "duration": 1, "batcH_NAME": "sample string 2", "iS_DELETE": true, "iS_ACTIVE": true, "startinG_SESSION_ID": 1, "endinG_SESSION_ID": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.