POST api/Items/GetClosingQuantity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ID": "56c8568b-98d6-44d7-b127-8dc2477b1450",
"ItemID": "b890d253-0d1e-4e1f-a442-58089a4e9e30",
"CompID": "6e6f0b46-afac-416a-abf6-1acb47bd971f",
"AtrnYear": 1,
"ClosingQty1": 1.0,
"ClosingQty2": 1.0,
"ClosingAmt": 1.0,
"AccountingMode": 4,
"ReturnCode": 5,
"ReturnMessage": "sample string 6",
"ErrorMessage": "sample string 7"
},
{
"ID": "56c8568b-98d6-44d7-b127-8dc2477b1450",
"ItemID": "b890d253-0d1e-4e1f-a442-58089a4e9e30",
"CompID": "6e6f0b46-afac-416a-abf6-1acb47bd971f",
"AtrnYear": 1,
"ClosingQty1": 1.0,
"ClosingQty2": 1.0,
"ClosingAmt": 1.0,
"AccountingMode": 4,
"ReturnCode": 5,
"ReturnMessage": "sample string 6",
"ErrorMessage": "sample string 7"
},
{
"ID": "56c8568b-98d6-44d7-b127-8dc2477b1450",
"ItemID": "b890d253-0d1e-4e1f-a442-58089a4e9e30",
"CompID": "6e6f0b46-afac-416a-abf6-1acb47bd971f",
"AtrnYear": 1,
"ClosingQty1": 1.0,
"ClosingQty2": 1.0,
"ClosingAmt": 1.0,
"AccountingMode": 4,
"ReturnCode": 5,
"ReturnMessage": "sample string 6",
"ErrorMessage": "sample string 7"
}
]
text/html
Sample:
[{"ID":"56c8568b-98d6-44d7-b127-8dc2477b1450","ItemID":"b890d253-0d1e-4e1f-a442-58089a4e9e30","CompID":"6e6f0b46-afac-416a-abf6-1acb47bd971f","AtrnYear":1,"ClosingQty1":1.0,"ClosingQty2":1.0,"ClosingAmt":1.0,"AccountingMode":4,"ReturnCode":5,"ReturnMessage":"sample string 6","ErrorMessage":"sample string 7"},{"ID":"56c8568b-98d6-44d7-b127-8dc2477b1450","ItemID":"b890d253-0d1e-4e1f-a442-58089a4e9e30","CompID":"6e6f0b46-afac-416a-abf6-1acb47bd971f","AtrnYear":1,"ClosingQty1":1.0,"ClosingQty2":1.0,"ClosingAmt":1.0,"AccountingMode":4,"ReturnCode":5,"ReturnMessage":"sample string 6","ErrorMessage":"sample string 7"},{"ID":"56c8568b-98d6-44d7-b127-8dc2477b1450","ItemID":"b890d253-0d1e-4e1f-a442-58089a4e9e30","CompID":"6e6f0b46-afac-416a-abf6-1acb47bd971f","AtrnYear":1,"ClosingQty1":1.0,"ClosingQty2":1.0,"ClosingAmt":1.0,"AccountingMode":4,"ReturnCode":5,"ReturnMessage":"sample string 6","ErrorMessage":"sample string 7"}]
application/xml, text/xml
Sample:
<ArrayOfClosingQuantityOfItemBalanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<ClosingQuantityOfItemBalanceModel>
<ErrorMessage>sample string 7</ErrorMessage>
<ReturnCode>5</ReturnCode>
<ReturnMessage>sample string 6</ReturnMessage>
<AccountingMode>4</AccountingMode>
<AtrnYear>1</AtrnYear>
<ClosingAmt>1</ClosingAmt>
<ClosingQty1>1</ClosingQty1>
<ClosingQty2>1</ClosingQty2>
<CompID>6e6f0b46-afac-416a-abf6-1acb47bd971f</CompID>
<ID>56c8568b-98d6-44d7-b127-8dc2477b1450</ID>
<ItemID>b890d253-0d1e-4e1f-a442-58089a4e9e30</ItemID>
</ClosingQuantityOfItemBalanceModel>
<ClosingQuantityOfItemBalanceModel>
<ErrorMessage>sample string 7</ErrorMessage>
<ReturnCode>5</ReturnCode>
<ReturnMessage>sample string 6</ReturnMessage>
<AccountingMode>4</AccountingMode>
<AtrnYear>1</AtrnYear>
<ClosingAmt>1</ClosingAmt>
<ClosingQty1>1</ClosingQty1>
<ClosingQty2>1</ClosingQty2>
<CompID>6e6f0b46-afac-416a-abf6-1acb47bd971f</CompID>
<ID>56c8568b-98d6-44d7-b127-8dc2477b1450</ID>
<ItemID>b890d253-0d1e-4e1f-a442-58089a4e9e30</ItemID>
</ClosingQuantityOfItemBalanceModel>
<ClosingQuantityOfItemBalanceModel>
<ErrorMessage>sample string 7</ErrorMessage>
<ReturnCode>5</ReturnCode>
<ReturnMessage>sample string 6</ReturnMessage>
<AccountingMode>4</AccountingMode>
<AtrnYear>1</AtrnYear>
<ClosingAmt>1</ClosingAmt>
<ClosingQty1>1</ClosingQty1>
<ClosingQty2>1</ClosingQty2>
<CompID>6e6f0b46-afac-416a-abf6-1acb47bd971f</CompID>
<ID>56c8568b-98d6-44d7-b127-8dc2477b1450</ID>
<ItemID>b890d253-0d1e-4e1f-a442-58089a4e9e30</ItemID>
</ClosingQuantityOfItemBalanceModel>
</ArrayOfClosingQuantityOfItemBalanceModel>