POST api/Tools/ItemModelSpecificationsFeaturesList

Request Information

URI Parameters

None.

Body Parameters

ItemModelSpecificationsFeatures
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationType

string

None.

ItemClassificationCodeList

string

None.

ItemModelCodeList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BrandCodeList": "sample string 4",
  "ProductCodeList": "sample string 5",
  "ProductCategoryCodeList": "sample string 6",
  "ItemCategoryCodeList": "sample string 7",
  "ItemClassificationType": "sample string 8",
  "ItemClassificationCodeList": "sample string 9",
  "ItemModelCodeList": "sample string 10"
}

application/xml, text/xml

Sample:
<ItemModelSpecificationsFeatures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 4</BrandCodeList>
  <DBName>sample string 1</DBName>
  <ItemCategoryCodeList>sample string 7</ItemCategoryCodeList>
  <ItemClassificationCodeList>sample string 9</ItemClassificationCodeList>
  <ItemClassificationType>sample string 8</ItemClassificationType>
  <ItemModelCodeList>sample string 10</ItemModelCodeList>
  <ProductCategoryCodeList>sample string 6</ProductCategoryCodeList>
  <ProductCodeList>sample string 5</ProductCodeList>
  <UserInternalCode>sample string 3</UserInternalCode>
</ItemModelSpecificationsFeatures>

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.