GET OfflineDTSetup/getBatchDetails?CenterCode={CenterCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CenterCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Batchdetails| Name | Description | Type | Additional information |
|---|---|---|---|
| CenterCode | string |
None. |
|
| ProductCode | string |
None. |
|
| BatchCode | string |
None. |
|
| BatchName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CenterCode": "sample string 1",
"ProductCode": "sample string 2",
"BatchCode": "sample string 3",
"BatchName": "sample string 4"
},
{
"CenterCode": "sample string 1",
"ProductCode": "sample string 2",
"BatchCode": "sample string 3",
"BatchName": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfOfflineDTSetupEntity.Batchdetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
<OfflineDTSetupEntity.Batchdetails>
<BatchCode>sample string 3</BatchCode>
<BatchName>sample string 4</BatchName>
<CenterCode>sample string 1</CenterCode>
<ProductCode>sample string 2</ProductCode>
</OfflineDTSetupEntity.Batchdetails>
<OfflineDTSetupEntity.Batchdetails>
<BatchCode>sample string 3</BatchCode>
<BatchName>sample string 4</BatchName>
<CenterCode>sample string 1</CenterCode>
<ProductCode>sample string 2</ProductCode>
</OfflineDTSetupEntity.Batchdetails>
</ArrayOfOfflineDTSetupEntity.Batchdetails>