GET api/FeesPackage/getBatchSchedule/{Id}/{BranchId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetBatchScheduleByFeesPackageResultName | Description | Type | Additional information |
---|---|---|---|
BatchScheduleId | decimal number |
None. |
|
BatchScheduleName | string |
None. |
|
GradeId | decimal number |
None. |
|
SubjectId | decimal number |
None. |
|
SectionId | decimal number |
None. |
|
YearId | decimal number |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
GradeTitles | string |
None. |
|
BranchId | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "BatchScheduleId": 1.0, "BatchScheduleName": "sample string 2", "GradeId": 3.0, "SubjectId": 4.0, "SectionId": 5.0, "YearId": 6.0, "StartDate": "2022-08-19T03:51:12.1534964+05:30", "EndDate": "2022-08-19T03:51:12.1534964+05:30", "GradeTitles": "sample string 7", "BranchId": 8.0 }, { "BatchScheduleId": 1.0, "BatchScheduleName": "sample string 2", "GradeId": 3.0, "SubjectId": 4.0, "SectionId": 5.0, "YearId": 6.0, "StartDate": "2022-08-19T03:51:12.1534964+05:30", "EndDate": "2022-08-19T03:51:12.1534964+05:30", "GradeTitles": "sample string 7", "BranchId": 8.0 } ]
application/xml, text/xml
Sample:
<ArrayOfGetBatchScheduleByFeesPackageResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxERP.Dataset"> <GetBatchScheduleByFeesPackageResult> <BatchScheduleId>1</BatchScheduleId> <BatchScheduleName>sample string 2</BatchScheduleName> <BranchId>8</BranchId> <EndDate>2022-08-19T03:51:12.1534964+05:30</EndDate> <GradeId>3</GradeId> <GradeTitles>sample string 7</GradeTitles> <SectionId>5</SectionId> <StartDate>2022-08-19T03:51:12.1534964+05:30</StartDate> <SubjectId>4</SubjectId> <YearId>6</YearId> </GetBatchScheduleByFeesPackageResult> <GetBatchScheduleByFeesPackageResult> <BatchScheduleId>1</BatchScheduleId> <BatchScheduleName>sample string 2</BatchScheduleName> <BranchId>8</BranchId> <EndDate>2022-08-19T03:51:12.1534964+05:30</EndDate> <GradeId>3</GradeId> <GradeTitles>sample string 7</GradeTitles> <SectionId>5</SectionId> <StartDate>2022-08-19T03:51:12.1534964+05:30</StartDate> <SubjectId>4</SubjectId> <YearId>6</YearId> </GetBatchScheduleByFeesPackageResult> </ArrayOfGetBatchScheduleByFeesPackageResult>