GET location/{apiKey}/getpartstocknumbers
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiKey | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of PartStockNumberName | Description | Type | Additional information |
---|---|---|---|
PartID | integer |
None. |
|
StockNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PartID": 1, "StockNumber": "sample string 2" }, { "PartID": 1, "StockNumber": "sample string 2" } ]