POST Api/Inventory/GetSalesReturnItmLstByOrdrNbr
Request Information
URI Parameters
None.
Body Parameters
SalesReturnPageInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Condition | SalesReturnSrchCond |
None. |
Request Formats
application/json, text/json
Sample:
{
"Condition": {
"OrderNum": "sample string 1"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SalesReturnItmView| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderNumber | string |
None. |
|
| SOId | globally unique identifier |
None. |
|
| HandlerName | string |
None. |
|
| CustomerID | string |
None. |
|
| CustomerName | string |
None. |
|
| SKU | string |
None. |
|
| ProductName | string |
None. |
|
| Attr1 | globally unique identifier |
None. |
|
| Attr2 | globally unique identifier |
None. |
|
| Attr3 | globally unique identifier |
None. |
|
| Attr1Desc | string |
None. |
|
| Attr2Desc | string |
None. |
|
| Attr3Desc | string |
None. |
|
| OrderQty | integer |
None. |
|
| ReturnQty | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| IsChecked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OrderNumber": "sample string 1",
"SOId": "7d8d41ce-4735-4fb2-932b-cb28d4f481d0",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "a1894ed5-e76c-45dc-8a77-146fd64f84bc",
"Attr2": "893c7495-5dbd-44ba-9421-2cd676c4c4a8",
"Attr3": "3e53e8d8-bfc3-4397-8f86-d12b0d894938",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
},
{
"OrderNumber": "sample string 1",
"SOId": "7d8d41ce-4735-4fb2-932b-cb28d4f481d0",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "a1894ed5-e76c-45dc-8a77-146fd64f84bc",
"Attr2": "893c7495-5dbd-44ba-9421-2cd676c4c4a8",
"Attr3": "3e53e8d8-bfc3-4397-8f86-d12b0d894938",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
}
]