POST api/Center/AddCALSchoolBatch/{schoolid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolid | string |
Required |
Body Parameters
CALSchoolBatchName | Description | Type | Additional information |
---|---|---|---|
csbid | integer |
None. |
|
schoolid | string |
None. |
|
std | string |
None. |
|
batchname | string |
None. |
|
batchsize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "csbid": 1, "schoolid": "sample string 2", "std": "sample string 3", "batchname": "sample string 4", "batchsize": 1 }
application/xml, text/xml
Sample:
<CALSchoolBatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <batchname>sample string 4</batchname> <batchsize>1</batchsize> <csbid>1</csbid> <schoolid>sample string 2</schoolid> <std>sample string 3</std> </CALSchoolBatch>
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>