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": "25dacb8b-41cf-425d-bb0c-8df2c99d4674",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "df874b51-9d43-4fd8-9a94-a418d56047df",
"Attr2": "78320cfc-0f58-4a4b-98de-200690ac3360",
"Attr3": "13e9f4ea-63cc-4a93-bd9c-2813acd8f0e1",
"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": "25dacb8b-41cf-425d-bb0c-8df2c99d4674",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "df874b51-9d43-4fd8-9a94-a418d56047df",
"Attr2": "78320cfc-0f58-4a4b-98de-200690ac3360",
"Attr3": "13e9f4ea-63cc-4a93-bd9c-2813acd8f0e1",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
}
]