POST api/Tools/BuildInitialStockDetails

Request Information

URI Parameters

None.

Body Parameters

InitialStockInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

StockAsOnDate

integer

None.

StockType

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

BrandCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemModelCodeList

string

None.

ItemClassification

string

None.

ItemClassificationList

string

None.

Orderby

string

None.

ItemModelAdditionalFilterType

string

None.

StockCategory

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "StockAsOnDate": 5,
  "StockType": "sample string 6",
  "ProductCodeList": "sample string 7",
  "ProductCategoryCodeList": "sample string 8",
  "BrandCodeList": "sample string 9",
  "ItemCategoryCodeList": "sample string 10",
  "ItemModelCodeList": "sample string 11",
  "ItemClassification": "sample string 12",
  "ItemClassificationList": "sample string 13",
  "Orderby": "sample string 14",
  "ItemModelAdditionalFilterType": "sample string 15",
  "StockCategory": "sample string 16"
}

application/xml, text/xml

Sample:
<InitialStockInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 9</BrandCodeList>
  <DBName>sample string 1</DBName>
  <ItemCategoryCodeList>sample string 10</ItemCategoryCodeList>
  <ItemClassification>sample string 12</ItemClassification>
  <ItemClassificationList>sample string 13</ItemClassificationList>
  <ItemModelAdditionalFilterType>sample string 15</ItemModelAdditionalFilterType>
  <ItemModelCodeList>sample string 11</ItemModelCodeList>
  <Orderby>sample string 14</Orderby>
  <ProductCategoryCodeList>sample string 8</ProductCategoryCodeList>
  <ProductCodeList>sample string 7</ProductCodeList>
  <StockAsOnDate>5</StockAsOnDate>
  <StockCategory>sample string 16</StockCategory>
  <StockType>sample string 6</StockType>
  <UserInternalCode>sample string 3</UserInternalCode>
</InitialStockInputs>

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.