GET api/PBXMLVCostEstimation/GetAllGrpSummList?cccd={cccd}&from={from}&to={to}&sessid={sessid}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | 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. |
| sessid | 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,
"PQ": "sample string 3",
"PRATE": "sample string 4",
"PAMT": 5.1,
"INVRATE": 6.1,
"INVAMT": 7.1,
"ITGR": "sample string 8",
"INVQ": 9.1,
"OUTRATE": 10.1,
"OUTQ": 11.1,
"OUTAMT": 12.1,
"CQTY": 13.1,
"CRATE": 14.1,
"CAMT": 15.1
},
{
"cccd": "sample string 1",
"Parent": 2,
"PQ": "sample string 3",
"PRATE": "sample string 4",
"PAMT": 5.1,
"INVRATE": 6.1,
"INVAMT": 7.1,
"ITGR": "sample string 8",
"INVQ": 9.1,
"OUTRATE": 10.1,
"OUTQ": 11.1,
"OUTAMT": 12.1,
"CQTY": 13.1,
"CRATE": 14.1,
"CAMT": 15.1
},
{
"cccd": "sample string 1",
"Parent": 2,
"PQ": "sample string 3",
"PRATE": "sample string 4",
"PAMT": 5.1,
"INVRATE": 6.1,
"INVAMT": 7.1,
"ITGR": "sample string 8",
"INVQ": 9.1,
"OUTRATE": 10.1,
"OUTQ": 11.1,
"OUTAMT": 12.1,
"CQTY": 13.1,
"CRATE": 14.1,
"CAMT": 15.1
}
]
text/html
Sample:
[{"cccd":"sample string 1","Parent":2,"PQ":"sample string 3","PRATE":"sample string 4","PAMT":5.1,"INVRATE":6.1,"INVAMT":7.1,"ITGR":"sample string 8","INVQ":9.1,"OUTRATE":10.1,"OUTQ":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1},{"cccd":"sample string 1","Parent":2,"PQ":"sample string 3","PRATE":"sample string 4","PAMT":5.1,"INVRATE":6.1,"INVAMT":7.1,"ITGR":"sample string 8","INVQ":9.1,"OUTRATE":10.1,"OUTQ":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1},{"cccd":"sample string 1","Parent":2,"PQ":"sample string 3","PRATE":"sample string 4","PAMT":5.1,"INVRATE":6.1,"INVAMT":7.1,"ITGR":"sample string 8","INVQ":9.1,"OUTRATE":10.1,"OUTQ":11.1,"OUTAMT":12.1,"CQTY":13.1,"CRATE":14.1,"CAMT":15.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVCostEstimation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models">
<PBXMLVCostEstimation>
<CAMT>15.1</CAMT>
<CQTY>13.1</CQTY>
<CRATE>14.1</CRATE>
<INVAMT>7.1</INVAMT>
<INVQ>9.1</INVQ>
<INVRATE>6.1</INVRATE>
<ITGR>sample string 8</ITGR>
<OUTAMT>12.1</OUTAMT>
<OUTQ>11.1</OUTQ>
<OUTRATE>10.1</OUTRATE>
<PAMT>5.1</PAMT>
<PQ>sample string 3</PQ>
<PRATE>sample string 4</PRATE>
<Parent>2</Parent>
<cccd>sample string 1</cccd>
</PBXMLVCostEstimation>
<PBXMLVCostEstimation>
<CAMT>15.1</CAMT>
<CQTY>13.1</CQTY>
<CRATE>14.1</CRATE>
<INVAMT>7.1</INVAMT>
<INVQ>9.1</INVQ>
<INVRATE>6.1</INVRATE>
<ITGR>sample string 8</ITGR>
<OUTAMT>12.1</OUTAMT>
<OUTQ>11.1</OUTQ>
<OUTRATE>10.1</OUTRATE>
<PAMT>5.1</PAMT>
<PQ>sample string 3</PQ>
<PRATE>sample string 4</PRATE>
<Parent>2</Parent>
<cccd>sample string 1</cccd>
</PBXMLVCostEstimation>
<PBXMLVCostEstimation>
<CAMT>15.1</CAMT>
<CQTY>13.1</CQTY>
<CRATE>14.1</CRATE>
<INVAMT>7.1</INVAMT>
<INVQ>9.1</INVQ>
<INVRATE>6.1</INVRATE>
<ITGR>sample string 8</ITGR>
<OUTAMT>12.1</OUTAMT>
<OUTQ>11.1</OUTQ>
<OUTRATE>10.1</OUTRATE>
<PAMT>5.1</PAMT>
<PQ>sample string 3</PQ>
<PRATE>sample string 4</PRATE>
<Parent>2</Parent>
<cccd>sample string 1</cccd>
</PBXMLVCostEstimation>
</ArrayOfPBXMLVCostEstimation>