GET api/SIMS/GetStockBarcodes?stockCode={stockCode}&companyKey={companyKey}

Gets all the available barcoes for the specified Stock Card.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stockCode

Stock card code

string

Required

companyKey

The company name if the service is connected to multiple SIMS companies (Optional)

string

Default value is

Body Parameters

N/A


Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

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