GET api/order/Service/{OrderServiceID}/StockNumber

Get a list of stock numbers that are assigned to an order

Error messages
  • 500/Internal Server Error - Error getting order service record with id x.
  • 404/Not Found - No order service found with id x - The specified ID does not exist.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrderServiceID Order Service ID integer

Required

Body Parameters

None.

Response Information

Resource Description

List of StockNumberView

StockNumberView
NameDescriptionTypeAdditional information
StockNumberID The unique number of the selected CLI range integer

None.

FirstNumber First CLI in the sequence string

None.

LastNumber Last CLI in the sequence string

None.

AreaCode Area code prefix string

Required

String length: inclusive between 0 and 11

Quantity Number of continious CLIs in sequence integer

Required