POST api/Tools/ItemModelWiseDeliveryChargesList

Request Information

URI Parameters

None.

Body Parameters

ItemModelWiseDeliveryChargesList
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

DownloadReport

boolean

None.

BranchCodeList

string

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationType

string

None.

ItemClassificationList

string

None.

ItemModelCodeList

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "DownloadReport": true,
  "BranchCodeList": "sample string 5",
  "BrandCodeList": "sample string 6",
  "ProductCodeList": "sample string 7",
  "ProductCategoryCodeList": "sample string 8",
  "ItemCategoryCodeList": "sample string 9",
  "ItemClassificationType": "sample string 10",
  "ItemClassificationList": "sample string 11",
  "ItemModelCodeList": "sample string 12"
}

application/xml, text/xml

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

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.