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:
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": "c00abf39-4df3-43be-8b24-9bac92f81621",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "6754603a-8365-4557-904a-b23f6ea4b757",
"Attr2": "df0c1283-8a55-4ed3-b095-ba22b3eed783",
"Attr3": "77b33564-4b1c-4d38-a53b-51962123bc2e",
"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": "c00abf39-4df3-43be-8b24-9bac92f81621",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "6754603a-8365-4557-904a-b23f6ea4b757",
"Attr2": "df0c1283-8a55-4ed3-b095-ba22b3eed783",
"Attr3": "77b33564-4b1c-4d38-a53b-51962123bc2e",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
}
]