GET api/PBXMLVCostEstimation/GetAllItemEstimate?cccd={cccd}&Parent={Parent}&from={from}&to={to}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| Parent | No documentation available. |
Define this parameter in the request URI. |
| from | No documentation available. |
Define this parameter in the request URI. |
| to | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"cccd": "sample string 1",
"Parent": 2,
"ITCD": 3,
"COMPONENTLISTNAME": "sample string 4",
"STOCKITEM": "sample string 5",
"QTY": "sample string 6",
"COmponentName": "sample string 7",
"COmponentNo": 8,
"ITRate": 9.1,
"Amount": 10.1
},
{
"cccd": "sample string 1",
"Parent": 2,
"ITCD": 3,
"COMPONENTLISTNAME": "sample string 4",
"STOCKITEM": "sample string 5",
"QTY": "sample string 6",
"COmponentName": "sample string 7",
"COmponentNo": 8,
"ITRate": 9.1,
"Amount": 10.1
},
{
"cccd": "sample string 1",
"Parent": 2,
"ITCD": 3,
"COMPONENTLISTNAME": "sample string 4",
"STOCKITEM": "sample string 5",
"QTY": "sample string 6",
"COmponentName": "sample string 7",
"COmponentNo": 8,
"ITRate": 9.1,
"Amount": 10.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","Parent":2,"ITCD":3,"COMPONENTLISTNAME":"sample string 4","STOCKITEM":"sample string 5","QTY":"sample string 6","COmponentName":"sample string 7","COmponentNo":8,"ITRate":9.1,"Amount":10.1},{"cccd":"sample string 1","Parent":2,"ITCD":3,"COMPONENTLISTNAME":"sample string 4","STOCKITEM":"sample string 5","QTY":"sample string 6","COmponentName":"sample string 7","COmponentNo":8,"ITRate":9.1,"Amount":10.1},{"cccd":"sample string 1","Parent":2,"ITCD":3,"COMPONENTLISTNAME":"sample string 4","STOCKITEM":"sample string 5","QTY":"sample string 6","COmponentName":"sample string 7","COmponentNo":8,"ITRate":9.1,"Amount":10.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVItemEstimation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVItemEstimation>
<Amount>10.1</Amount>
<COMPONENTLISTNAME>sample string 4</COMPONENTLISTNAME>
<COmponentName>sample string 7</COmponentName>
<COmponentNo>8</COmponentNo>
<ITCD>3</ITCD>
<ITRate>9.1</ITRate>
<Parent>2</Parent>
<QTY>sample string 6</QTY>
<STOCKITEM>sample string 5</STOCKITEM>
<cccd>sample string 1</cccd>
</PBXMLVItemEstimation>
<PBXMLVItemEstimation>
<Amount>10.1</Amount>
<COMPONENTLISTNAME>sample string 4</COMPONENTLISTNAME>
<COmponentName>sample string 7</COmponentName>
<COmponentNo>8</COmponentNo>
<ITCD>3</ITCD>
<ITRate>9.1</ITRate>
<Parent>2</Parent>
<QTY>sample string 6</QTY>
<STOCKITEM>sample string 5</STOCKITEM>
<cccd>sample string 1</cccd>
</PBXMLVItemEstimation>
<PBXMLVItemEstimation>
<Amount>10.1</Amount>
<COMPONENTLISTNAME>sample string 4</COMPONENTLISTNAME>
<COmponentName>sample string 7</COmponentName>
<COmponentNo>8</COmponentNo>
<ITCD>3</ITCD>
<ITRate>9.1</ITRate>
<Parent>2</Parent>
<QTY>sample string 6</QTY>
<STOCKITEM>sample string 5</STOCKITEM>
<cccd>sample string 1</cccd>
</PBXMLVItemEstimation>
</ArrayOfPBXMLVItemEstimation>