POST api/Tools/BuildList_4_ModifyStock

Request Information

URI Parameters

None.

Body Parameters

ModifyStockInputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCode

string

None.

DocumentDate

integer

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationType

string

None.

ItemClassificationCodeList

string

None.

ItemModelCode

string

None.

CalledFrom

string

None.

VoucherInternalCode

string

None.

TransactionMode

string

None.

ImportData

DataTable

None.

OrderByItemModelCode

boolean

None.

HideObsoleteItemModel

boolean

None.

ShowIMEINoItems

boolean

None.

ShowNonIMEINoItems

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCode": "sample string 4",
  "DocumentDate": 5,
  "BrandCodeList": "sample string 6",
  "ProductCodeList": "sample string 7",
  "ProductCategoryCodeList": "sample string 8",
  "ItemCategoryCodeList": "sample string 9",
  "ItemClassificationType": "sample string 10",
  "ItemClassificationCodeList": "sample string 11",
  "ItemModelCode": "sample string 12",
  "CalledFrom": "sample string 13",
  "VoucherInternalCode": "sample string 14",
  "TransactionMode": "sample string 15",
  "ImportData": null,
  "OrderByItemModelCode": true,
  "HideObsoleteItemModel": true,
  "ShowIMEINoItems": true,
  "ShowNonIMEINoItems": true
}

application/xml, text/xml

Sample:
<ModifyStockInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchCode>sample string 4</BranchCode>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 6</BrandCodeList>
  <CalledFrom>sample string 13</CalledFrom>
  <DBName>sample string 1</DBName>
  <DocumentDate>5</DocumentDate>
  <HideObsoleteItemModel>true</HideObsoleteItemModel>
  <ImportData i:nil="true" />
  <ItemCategoryCodeList>sample string 9</ItemCategoryCodeList>
  <ItemClassificationCodeList>sample string 11</ItemClassificationCodeList>
  <ItemClassificationType>sample string 10</ItemClassificationType>
  <ItemModelCode>sample string 12</ItemModelCode>
  <OrderByItemModelCode>true</OrderByItemModelCode>
  <ProductCategoryCodeList>sample string 8</ProductCategoryCodeList>
  <ProductCodeList>sample string 7</ProductCodeList>
  <ShowIMEINoItems>true</ShowIMEINoItems>
  <ShowNonIMEINoItems>true</ShowNonIMEINoItems>
  <TransactionMode>sample string 15</TransactionMode>
  <UserInternalCode>sample string 3</UserInternalCode>
  <VoucherInternalCode>sample string 14</VoucherInternalCode>
</ModifyStockInputs>

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.