GET
api/v1/get-Invseller_category-list?clientId={clientId}&categoryId={categoryId}&sellerId={sellerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | integer |
Required |
|
categoryId | integer |
Required |
|
sellerId | integer |
Required |
Response Information
Description:
Return type: Collection of Category
Response Formats
application/json, text/json
[ { "CatId": "sample string 1", "CatName": "sample string 2" }, { "CatId": "sample string 1", "CatName": "sample string 2" } ]
text/html
[{"CatId":"sample string 1","CatName":"sample string 2"},{"CatId":"sample string 1","CatName":"sample string 2"}]
application/xml, text/xml
<ArrayOfCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <Category> <CatId>sample string 1</CatId> <CatName>sample string 2</CatName> </Category> <Category> <CatId>sample string 1</CatId> <CatName>sample string 2</CatName> </Category> </ArrayOfCategory>