GET api/WaferX/LeafProjectCodes
No documentation available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "ProjectID": "sample string 1", "bu": "sample string 2", "Leaf_BU": "sample string 3", "WRS_BU": "sample string 4" }, { "ProjectID": "sample string 1", "bu": "sample string 2", "Leaf_BU": "sample string 3", "WRS_BU": "sample string 4" }, { "ProjectID": "sample string 1", "bu": "sample string 2", "Leaf_BU": "sample string 3", "WRS_BU": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfWaferXResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WaferXAPIService.Controllers"> <WaferXResult> <Leaf_BU>sample string 3</Leaf_BU> <ProjectID>sample string 1</ProjectID> <WRS_BU>sample string 4</WRS_BU> <bu>sample string 2</bu> </WaferXResult> <WaferXResult> <Leaf_BU>sample string 3</Leaf_BU> <ProjectID>sample string 1</ProjectID> <WRS_BU>sample string 4</WRS_BU> <bu>sample string 2</bu> </WaferXResult> <WaferXResult> <Leaf_BU>sample string 3</Leaf_BU> <ProjectID>sample string 1</ProjectID> <WRS_BU>sample string 4</WRS_BU> <bu>sample string 2</bu> </WaferXResult> </ArrayOfWaferXResult>