POST api/NebimSayim/CollectionLineReturnAdd
Request Information
URI Parameters
None.
Body Parameters
CollectionLineReturnRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CollectionHeaderId | integer |
None. |
|
| CollectionLineId | integer |
None. |
|
| SectionCode | string |
None. |
|
| ItemCode | string |
None. |
|
| ColorCode | string |
None. |
|
| ItemDim1Code | string |
None. |
|
| ItemDim2Code | string |
None. |
|
| ItemDim3Code | string |
None. |
|
| CancelQty | decimal number |
None. |
|
| CancelReasonId | integer |
None. |
|
| FailSectionBarcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"collectionHeaderId": 1,
"collectionLineId": 2,
"sectionCode": "sample string 3",
"itemCode": "sample string 4",
"colorCode": "sample string 5",
"itemDim1Code": "sample string 6",
"itemDim2Code": "sample string 7",
"itemDim3Code": "sample string 8",
"cancelQty": 9.0,
"cancelReasonId": 10,
"failSectionBarcode": "sample string 11"
}
application/xml, text/xml
Sample:
<CollectionLineReturnRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VolisServer.DTOs.Request"> <CancelQty>9</CancelQty> <CancelReasonId>10</CancelReasonId> <CollectionHeaderId>1</CollectionHeaderId> <CollectionLineId>2</CollectionLineId> <ColorCode>sample string 5</ColorCode> <FailSectionBarcode>sample string 11</FailSectionBarcode> <ItemCode>sample string 4</ItemCode> <ItemDim1Code>sample string 6</ItemDim1Code> <ItemDim2Code>sample string 7</ItemDim2Code> <ItemDim3Code>sample string 8</ItemDim3Code> <SectionCode>sample string 3</SectionCode> </CollectionLineReturnRequest>
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.