GET api/PorPartNumberViews?orderNumber={orderNumber}&invoiceNumber={invoiceNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderNumber | string |
Required |
|
| invoiceNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PorPartNumberView| Name | Description | Type | Additional information |
|---|---|---|---|
| PartNumber | string |
String length: inclusive between 0 and 20 |
|
| OrderNumber | string |
String length: inclusive between 0 and 20 |
|
| InvoiceNumber | string |
String length: inclusive between 0 and 20 |
|
| Quantity | integer |
None. |
|
| PartId | integer |
None. |
|
| Special | string |
None. |
|
| Returnable | integer |
None. |
|
| ItemNo | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"partNumber": "sample string 1",
"orderNumber": "sample string 2",
"invoiceNumber": "sample string 3",
"quantity": 4,
"partId": 5,
"special": "sample string 6",
"returnable": 7,
"itemNo": 8
},
{
"$ref": "2"
}
]