GET api/PBXMLVAgeingAnalysis/GetAllMovementAnalyGrpItem?cccd={cccd}&Parent={Parent}&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. |
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. |
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", "itcd": "sample string 2", "stockname": "sample string 3", "total": 4.1, "qty1": 5.1, "qty2": 6.1, "amt4": 7.1, "qty3": 8.1, "qty4": 9.1, "amt1": 10.1, "amt2": 11.1, "amt3": 12.1, "negstk": 13.1 }, { "Cccd": "sample string 1", "itcd": "sample string 2", "stockname": "sample string 3", "total": 4.1, "qty1": 5.1, "qty2": 6.1, "amt4": 7.1, "qty3": 8.1, "qty4": 9.1, "amt1": 10.1, "amt2": 11.1, "amt3": 12.1, "negstk": 13.1 }, { "Cccd": "sample string 1", "itcd": "sample string 2", "stockname": "sample string 3", "total": 4.1, "qty1": 5.1, "qty2": 6.1, "amt4": 7.1, "qty3": 8.1, "qty4": 9.1, "amt1": 10.1, "amt2": 11.1, "amt3": 12.1, "negstk": 13.1 } ]
text/html
Sample:
[{"Cccd":"sample string 1","itcd":"sample string 2","stockname":"sample string 3","total":4.1,"qty1":5.1,"qty2":6.1,"amt4":7.1,"qty3":8.1,"qty4":9.1,"amt1":10.1,"amt2":11.1,"amt3":12.1,"negstk":13.1},{"Cccd":"sample string 1","itcd":"sample string 2","stockname":"sample string 3","total":4.1,"qty1":5.1,"qty2":6.1,"amt4":7.1,"qty3":8.1,"qty4":9.1,"amt1":10.1,"amt2":11.1,"amt3":12.1,"negstk":13.1},{"Cccd":"sample string 1","itcd":"sample string 2","stockname":"sample string 3","total":4.1,"qty1":5.1,"qty2":6.1,"amt4":7.1,"qty3":8.1,"qty4":9.1,"amt1":10.1,"amt2":11.1,"amt3":12.1,"negstk":13.1}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVAgeingAnalysis xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVAgeingAnalysis> <Cccd>sample string 1</Cccd> <amt1>10.1</amt1> <amt2>11.1</amt2> <amt3>12.1</amt3> <amt4>7.1</amt4> <itcd>sample string 2</itcd> <negstk>13.1</negstk> <qty1>5.1</qty1> <qty2>6.1</qty2> <qty3>8.1</qty3> <qty4>9.1</qty4> <stockname>sample string 3</stockname> <total>4.1</total> </PBXMLVAgeingAnalysis> <PBXMLVAgeingAnalysis> <Cccd>sample string 1</Cccd> <amt1>10.1</amt1> <amt2>11.1</amt2> <amt3>12.1</amt3> <amt4>7.1</amt4> <itcd>sample string 2</itcd> <negstk>13.1</negstk> <qty1>5.1</qty1> <qty2>6.1</qty2> <qty3>8.1</qty3> <qty4>9.1</qty4> <stockname>sample string 3</stockname> <total>4.1</total> </PBXMLVAgeingAnalysis> <PBXMLVAgeingAnalysis> <Cccd>sample string 1</Cccd> <amt1>10.1</amt1> <amt2>11.1</amt2> <amt3>12.1</amt3> <amt4>7.1</amt4> <itcd>sample string 2</itcd> <negstk>13.1</negstk> <qty1>5.1</qty1> <qty2>6.1</qty2> <qty3>8.1</qty3> <qty4>9.1</qty4> <stockname>sample string 3</stockname> <total>4.1</total> </PBXMLVAgeingAnalysis> </ArrayOfPBXMLVAgeingAnalysis>