GET api/Printer/BoxOrdersQueued?processorID={processorID}&statusID={statusID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| processorID | integer |
Required |
|
| statusID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BoxOrderQueue| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CreatedDate | date |
None. |
|
| PrintedDate | date |
None. |
|
| Printer | Printer |
None. |
|
| PrinterID | integer |
None. |
|
| BoxOrder | BoxOrder |
None. |
|
| BoxOrderID | integer |
None. |
|
| Status | QueueStatus |
None. |
|
| StatusID | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.