GET api/WaferX/BUMapping

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "LeafBU": "sample string 2",
    "WRSBU": "sample string 3",
    "Comments": "sample string 4"
  },
  {
    "ID": 1,
    "LeafBU": "sample string 2",
    "WRSBU": "sample string 3",
    "Comments": "sample string 4"
  },
  {
    "ID": 1,
    "LeafBU": "sample string 2",
    "WRSBU": "sample string 3",
    "Comments": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBUMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WaferXAPIService.Controllers">
  <BUMapping>
    <Comments>sample string 4</Comments>
    <ID>1</ID>
    <LeafBU>sample string 2</LeafBU>
    <WRSBU>sample string 3</WRSBU>
  </BUMapping>
  <BUMapping>
    <Comments>sample string 4</Comments>
    <ID>1</ID>
    <LeafBU>sample string 2</LeafBU>
    <WRSBU>sample string 3</WRSBU>
  </BUMapping>
  <BUMapping>
    <Comments>sample string 4</Comments>
    <ID>1</ID>
    <LeafBU>sample string 2</LeafBU>
    <WRSBU>sample string 3</WRSBU>
  </BUMapping>
</ArrayOfBUMapping>