GET OfflineDTSetup/getBatchDetails?CenterCode={CenterCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CenterCode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Batchdetails
NameDescriptionTypeAdditional 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>