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": "6b7da7f4-4028-4f1e-9ee2-b0bbef0afc7b",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "bc5b5d8c-c328-4211-8828-533398f176b5",
"Attr2": "758bf550-18c6-4492-9261-34e329c533b3",
"Attr3": "8899fa3f-0eb3-4289-b106-db0e8fe094c8",
"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": "6b7da7f4-4028-4f1e-9ee2-b0bbef0afc7b",
"HandlerName": "sample string 3",
"CustomerID": "sample string 4",
"CustomerName": "sample string 5",
"SKU": "sample string 6",
"ProductName": "sample string 7",
"Attr1": "bc5b5d8c-c328-4211-8828-533398f176b5",
"Attr2": "758bf550-18c6-4492-9261-34e329c533b3",
"Attr3": "8899fa3f-0eb3-4289-b106-db0e8fe094c8",
"Attr1Desc": "sample string 11",
"Attr2Desc": "sample string 12",
"Attr3Desc": "sample string 13",
"OrderQty": 14,
"ReturnQty": 15,
"UnitPrice": 16.0,
"IsChecked": true
}
]