POST api/Center/UpdateIDIBatch/{batchid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
batchid | string |
Required |
Body Parameters
IDIBatchName | Description | Type | Additional information |
---|---|---|---|
batchid | string |
None. |
|
centid | string |
None. |
|
courseid | string |
None. |
|
courseduration | string |
None. |
|
batchname | string |
None. |
|
startdate | date |
None. |
|
enddate | date |
None. |
|
starttime | string |
None. |
|
endtime | string |
None. |
|
batchsize | integer |
None. |
|
parentbatch | string |
None. |
|
status | integer |
None. |
|
academicyear | string |
None. |
|
createby | string |
None. |
|
createon | date |
None. |
|
updateby | string |
None. |
|
updateon | date |
None. |
|
seqno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "batchid": "sample string 1", "centid": "sample string 2", "courseid": "sample string 3", "courseduration": "sample string 4", "batchname": "sample string 5", "startdate": "2025-05-10T07:53:20.0423157+05:30", "enddate": "2025-05-10T07:53:20.0423157+05:30", "starttime": "sample string 6", "endtime": "sample string 7", "batchsize": 1, "parentbatch": "sample string 8", "status": 1, "academicyear": "sample string 9", "createby": "sample string 10", "createon": "2025-05-10T07:53:20.0423157+05:30", "updateby": "sample string 11", "updateon": "2025-05-10T07:53:20.0423157+05:30", "seqno": 1 }
application/xml, text/xml
Sample:
<IDIBatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <academicyear>sample string 9</academicyear> <batchid>sample string 1</batchid> <batchname>sample string 5</batchname> <batchsize>1</batchsize> <centid>sample string 2</centid> <courseduration>sample string 4</courseduration> <courseid>sample string 3</courseid> <createby>sample string 10</createby> <createon>2025-05-10T07:53:20.0423157+05:30</createon> <enddate>2025-05-10T07:53:20.0423157+05:30</enddate> <endtime>sample string 7</endtime> <parentbatch>sample string 8</parentbatch> <seqno>1</seqno> <startdate>2025-05-10T07:53:20.0423157+05:30</startdate> <starttime>sample string 6</starttime> <status>1</status> <updateby>sample string 11</updateby> <updateon>2025-05-10T07:53:20.0423157+05:30</updateon> </IDIBatch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>