POST api/Category/fetchCategory
Request Information
URI Parameters
None.
Body Parameters
clsCategoryName | Description | Type | Additional information |
---|---|---|---|
CategoryID | string |
None. |
|
PartyID | string |
None. |
|
Id | string |
None. |
|
Category | string |
None. |
|
ImagePath | string |
None. |
|
SubCategory | string |
None. |
|
SubCategoryID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CategoryID": "sample string 1", "PartyID": "sample string 2", "Id": "sample string 3", "Category": "sample string 4", "ImagePath": "sample string 5", "SubCategory": "sample string 6", "SubCategoryID": "sample string 7" }
application/xml, text/xml
Sample:
<clsCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SevenDot_BLL.Model"> <Category>sample string 4</Category> <CategoryID>sample string 1</CategoryID> <Id>sample string 3</Id> <ImagePath>sample string 5</ImagePath> <PartyID>sample string 2</PartyID> <SubCategory>sample string 6</SubCategory> <SubCategoryID>sample string 7</SubCategoryID> </clsCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |