GET api/OrderLine/{orderNo}/{lineNo}
Endpoint to get a given orderline in a given order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderNo |
OrderNo |
integer |
Required |
| lineNo |
LineNo |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetOrderLineDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetOrderLineDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.