POST api/Tools/SalesTarget

Request Information

URI Parameters

None.

Body Parameters

SalesTarget_Inputs
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClsTypeCodeList

string

None.

ItemClsCodeList

string

None.

ReportBaseType

string

None.

BasedOnNameList

string

None.

PartySearchCode

string

None.

SalespersonSearchCode

string

None.

DealerRegionList

string

None.

GradeList

string

None.

TransactionType

string

None.

GroupBy1Code

string

None.

GroupBy1Name

string

None.

StartDate

integer

None.

EndDate

integer

None.

DownloadReport

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DBName": "sample string 1",
  "BranchInternalCode": "sample string 2",
  "UserInternalCode": "sample string 3",
  "BranchCodeList": "sample string 4",
  "BrandCodeList": "sample string 5",
  "ProductCodeList": "sample string 6",
  "ProductCategoryCodeList": "sample string 7",
  "ItemCategoryCodeList": "sample string 8",
  "ItemClsTypeCodeList": "sample string 9",
  "ItemClsCodeList": "sample string 10",
  "ReportBaseType": "sample string 11",
  "BasedOnNameList": "sample string 12",
  "PartySearchCode": "sample string 13",
  "SalespersonSearchCode": "sample string 14",
  "DealerRegionList": "sample string 15",
  "GradeList": "sample string 16",
  "TransactionType": "sample string 17",
  "GroupBy1Code": "sample string 18",
  "GroupBy1Name": "sample string 19",
  "StartDate": 20,
  "EndDate": 21,
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<SalesTarget_Inputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <BasedOnNameList>sample string 12</BasedOnNameList>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 5</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DealerRegionList>sample string 15</DealerRegionList>
  <DownloadReport>true</DownloadReport>
  <EndDate>21</EndDate>
  <GradeList>sample string 16</GradeList>
  <GroupBy1Code>sample string 18</GroupBy1Code>
  <GroupBy1Name>sample string 19</GroupBy1Name>
  <ItemCategoryCodeList>sample string 8</ItemCategoryCodeList>
  <ItemClsCodeList>sample string 10</ItemClsCodeList>
  <ItemClsTypeCodeList>sample string 9</ItemClsTypeCodeList>
  <PartySearchCode>sample string 13</PartySearchCode>
  <ProductCategoryCodeList>sample string 7</ProductCategoryCodeList>
  <ProductCodeList>sample string 6</ProductCodeList>
  <ReportBaseType>sample string 11</ReportBaseType>
  <SalespersonSearchCode>sample string 14</SalespersonSearchCode>
  <StartDate>20</StartDate>
  <TransactionType>sample string 17</TransactionType>
  <UserInternalCode>sample string 3</UserInternalCode>
</SalesTarget_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.