POST api/Collection/GetCollectionRowDetail
Request Information
URI Parameters
None.
Body Parameters
CollectionRowDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CollectionPacketType | integer |
None. |
|
| CollectionPacketCode | string |
None. |
|
| ItemCode | string |
None. |
|
| FrogQty | decimal number |
None. |
|
| Qty | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"collectionPacketType": 1,
"collectionPacketCode": "sample string 2",
"itemCode": "sample string 3",
"frogQty": 4.0,
"qty": 5.0
}
application/xml, text/xml
Sample:
<CollectionRowDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Collection"> <CollectionPacketCode>sample string 2</CollectionPacketCode> <CollectionPacketType>1</CollectionPacketType> <FrogQty>4</FrogQty> <ItemCode>sample string 3</ItemCode> <Qty>5</Qty> </CollectionRowDetailRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.