GET api/OrderLine?fProductId={fProductId}&fOrderId={fOrderId}&fQuantity={fQuantity}&fColour={fColour}&fCapacity={fCapacity}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fProductId

integer

Required

fOrderId

integer

Required

fQuantity

integer

Required

fColour

string

Required

fCapacity

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]