GET api/SKUs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SKUName | Description | Type | Additional information |
---|---|---|---|
SKUID | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 64 |
|
Size | decimal number |
Required |
|
CatalogueID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "SKUID": 1, "Name": "sample string 2", "Size": 3.0, "CatalogueID": 4 }, { "SKUID": 1, "Name": "sample string 2", "Size": 3.0, "CatalogueID": 4 } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.