POST AdminApi/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:
Sample not available.
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": "2bd97a37-431d-4417-a941-a21462ba28fc",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "ae385908-c9a5-45f0-83a6-be6d9ea27230",
"Attr2": "d33730cf-d715-4701-9af6-9c6e03f8f4dd",
"Attr3": "1f46c221-5267-4ca6-bd89-7d4522106c29",
"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": "2bd97a37-431d-4417-a941-a21462ba28fc",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "ae385908-c9a5-45f0-83a6-be6d9ea27230",
"Attr2": "d33730cf-d715-4701-9af6-9c6e03f8f4dd",
"Attr3": "1f46c221-5267-4ca6-bd89-7d4522106c29",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
}
]