POST Api/Product/FetchproductAccordingToSubCategory

Request Information

URI Parameters

None.

Body Parameters

FetchProduct
NameDescriptionTypeAdditional information
ProductID

globally unique identifier

None.

StoreID

globally unique identifier

None.

CategoryName

string

None.

Search

string

None.

Description

string

None.

ImageURL

string

None.

HSN

string

None.

StorewiseEOQandMOL

string

None.

Name

string

None.

Rates

decimal number

None.

Unit

string

None.

SafetyStock

integer

None.

EOQ

integer

None.

CategoryID

globally unique identifier

None.

Type

string

None.

AddedBy

string

None.

Qty

integer

None.

FinalQty

integer

None.

UserRemark

string

None.

ItemCode

string

None.

SubCategoryID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": "6f62773b-a029-4707-aca7-89d2ea589e87",
  "StoreID": "4475e3c2-5c07-42df-a487-e7ad59ad022a",
  "CategoryName": "sample string 3",
  "Search": "sample string 4",
  "Description": "sample string 5",
  "ImageURL": "sample string 6",
  "HSN": "sample string 7",
  "StorewiseEOQandMOL": "sample string 8",
  "Name": "sample string 9",
  "Rates": 10.0,
  "Unit": "sample string 11",
  "SafetyStock": 12,
  "EOQ": 13,
  "CategoryID": "b46bb66a-8161-4fe0-9112-b797abaac8e5",
  "Type": "sample string 15",
  "AddedBy": "sample string 16",
  "Qty": 17,
  "FinalQty": 18,
  "UserRemark": "sample string 19",
  "ItemCode": "sample string 20",
  "SubCategoryID": "6e6b7829-76a4-45e5-b1ed-9082339eb575"
}

application/xml, text/xml

Sample:
<FetchProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KaramBazaarAPI.Models">
  <AddedBy>sample string 16</AddedBy>
  <CategoryID>b46bb66a-8161-4fe0-9112-b797abaac8e5</CategoryID>
  <EOQ>13</EOQ>
  <FinalQty>18</FinalQty>
  <ItemCode>sample string 20</ItemCode>
  <Name>sample string 9</Name>
  <ProductID>00000000-0000-0000-0000-000000000000</ProductID>
  <Qty>17</Qty>
  <Rates>10</Rates>
  <SafetyStock>12</SafetyStock>
  <StoreID>00000000-0000-0000-0000-000000000000</StoreID>
  <SubCategoryID>6e6b7829-76a4-45e5-b1ed-9082339eb575</SubCategoryID>
  <Type>sample string 15</Type>
  <Unit>sample string 11</Unit>
  <UserRemark>sample string 19</UserRemark>
  <CategoryName>sample string 3</CategoryName>
  <Description>sample string 5</Description>
  <HSN>sample string 7</HSN>
  <ImageURL>sample string 6</ImageURL>
  <ProductID>6f62773b-a029-4707-aca7-89d2ea589e87</ProductID>
  <Search>sample string 4</Search>
  <StoreID>4475e3c2-5c07-42df-a487-e7ad59ad022a</StoreID>
  <StorewiseEOQandMOL>sample string 8</StorewiseEOQandMOL>
</FetchProduct>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.