POST api/Transaction/GetInventoryManagerReport

Request Information

URI Parameters

None.

Body Parameters

InventoryManagerInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

Top_Or_Last_ItemModel

string

None.

Top_Or_Last_NoOf_ItemModel

integer

None.

StartDate

integer

None.

EndDate

integer

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemModelClassification

string

None.

ItemModelClassificationCodeList

string

None.

Groupby

string

None.

GroupbyDesc

string

None.

CalculateStockforNoOfdays

string

None.

Scale

string

None.

OrderbyNoofDaysStockforConsolidatedInfo

boolean

None.

OrderbyNoofDaysStockforBranchBreakup

boolean

None.

OrderbyExcessLessStockforBranchBreakup

boolean

None.

ConsiderActivePurchaseOrders

boolean

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "Top_Or_Last_ItemModel": "sample string 5",
  "Top_Or_Last_NoOf_ItemModel": 6,
  "StartDate": 7,
  "EndDate": 8,
  "BrandCodeList": "sample string 9",
  "ProductCodeList": "sample string 10",
  "ProductCategoryCodeList": "sample string 11",
  "ItemCategoryCodeList": "sample string 12",
  "ItemModelClassification": "sample string 13",
  "ItemModelClassificationCodeList": "sample string 14",
  "Groupby": "sample string 15",
  "GroupbyDesc": "sample string 16",
  "CalculateStockforNoOfdays": "sample string 17",
  "Scale": "sample string 18",
  "OrderbyNoofDaysStockforConsolidatedInfo": true,
  "OrderbyNoofDaysStockforBranchBreakup": true,
  "OrderbyExcessLessStockforBranchBreakup": true,
  "ConsiderActivePurchaseOrders": true,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<InventoryManagerInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 9</BrandCodeList>
  <CalculateStockforNoOfdays>sample string 17</CalculateStockforNoOfdays>
  <ConsiderActivePurchaseOrders>true</ConsiderActivePurchaseOrders>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>8</EndDate>
  <Groupby>sample string 15</Groupby>
  <GroupbyDesc>sample string 16</GroupbyDesc>
  <ItemCategoryCodeList>sample string 12</ItemCategoryCodeList>
  <ItemModelClassification>sample string 13</ItemModelClassification>
  <ItemModelClassificationCodeList>sample string 14</ItemModelClassificationCodeList>
  <OrderbyExcessLessStockforBranchBreakup>true</OrderbyExcessLessStockforBranchBreakup>
  <OrderbyNoofDaysStockforBranchBreakup>true</OrderbyNoofDaysStockforBranchBreakup>
  <OrderbyNoofDaysStockforConsolidatedInfo>true</OrderbyNoofDaysStockforConsolidatedInfo>
  <ProductCategoryCodeList>sample string 11</ProductCategoryCodeList>
  <ProductCodeList>sample string 10</ProductCodeList>
  <Scale>sample string 18</Scale>
  <StartDate>7</StartDate>
  <Top_Or_Last_ItemModel>sample string 5</Top_Or_Last_ItemModel>
  <Top_Or_Last_NoOf_ItemModel>6</Top_Or_Last_NoOf_ItemModel>
  <UserInternalCode>sample string 3</UserInternalCode>
</InventoryManagerInputs>

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.