GET api/Center/GetCenterParentbatchDetail/{centid}/{batchid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centid | string |
Required |
|
batchid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCenterParentbatchName | Description | Type | Additional information |
---|---|---|---|
centid | string |
None. |
|
parentbatch | string |
None. |
|
batchid | string |
None. |
|
batchname | string |
None. |
|
startdate | date |
None. |
|
currentdate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "centid": "sample string 1", "parentbatch": "sample string 2", "batchid": "sample string 3", "batchname": "sample string 4", "startdate": "2025-06-28T00:40:50.5326103+05:30", "currentdate": "2025-06-28T00:40:50.5326103+05:30" }, { "centid": "sample string 1", "parentbatch": "sample string 2", "batchid": "sample string 3", "batchname": "sample string 4", "startdate": "2025-06-28T00:40:50.5326103+05:30", "currentdate": "2025-06-28T00:40:50.5326103+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfGetCenterParentbatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCenterParentbatch> <batchid>sample string 3</batchid> <batchname>sample string 4</batchname> <centid>sample string 1</centid> <currentdate>2025-06-28T00:40:50.5326103+05:30</currentdate> <parentbatch>sample string 2</parentbatch> <startdate>2025-06-28T00:40:50.5326103+05:30</startdate> </GetCenterParentbatch> <GetCenterParentbatch> <batchid>sample string 3</batchid> <batchname>sample string 4</batchname> <centid>sample string 1</centid> <currentdate>2025-06-28T00:40:50.5326103+05:30</currentdate> <parentbatch>sample string 2</parentbatch> <startdate>2025-06-28T00:40:50.5326103+05:30</startdate> </GetCenterParentbatch> </ArrayOfGetCenterParentbatch>