POST api/Report/PriceTemplateLog

Request Information

URI Parameters

None.

Body Parameters

PriceTemplateAPILog_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

StartDate

integer

None.

EndDate

integer

None.

BrandList

string

None.

ProductList

string

None.

ProductcategoryList

string

None.

ItemcategoryList

string

None.

ItemModelList

string

None.

ItemClassificationType

string

None.

ItemClassificationList

string

None.

PriceTemplateList

string

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "StartDate": 4,
  "EndDate": 5,
  "BrandList": "sample string 6",
  "ProductList": "sample string 7",
  "ProductcategoryList": "sample string 8",
  "ItemcategoryList": "sample string 9",
  "ItemModelList": "sample string 10",
  "ItemClassificationType": "sample string 11",
  "ItemClassificationList": "sample string 12",
  "PriceTemplateList": "sample string 13",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<PriceTemplateAPILog_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports">
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandList>sample string 6</BrandList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <EndDate>5</EndDate>
  <ItemClassificationList>sample string 12</ItemClassificationList>
  <ItemClassificationType>sample string 11</ItemClassificationType>
  <ItemModelList>sample string 10</ItemModelList>
  <ItemcategoryList>sample string 9</ItemcategoryList>
  <PriceTemplateList>sample string 13</PriceTemplateList>
  <ProductList>sample string 7</ProductList>
  <ProductcategoryList>sample string 8</ProductcategoryList>
  <StartDate>4</StartDate>
  <UserInternalCode>sample string 3</UserInternalCode>
</PriceTemplateAPILog_Inputs>

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.