POST api/Tools/ItemModelWisePendingAtBSCandHOServiceCenterReport

Request Information

URI Parameters

None.

Body Parameters

ItemModelWisePendingAtBSCandHOServiceCenterReportInput
NameDescriptionTypeAdditional information
DBName

string

None.

BranchInternalCode

string

None.

UserInternalCode

string

None.

BranchCodeList

string

None.

AsOnDate

integer

None.

ServiceType

string

None.

BrandCodeList

string

None.

ProductCodeList

string

None.

ProductCategoryCodeList

string

None.

ItemCategoryCodeList

string

None.

ItemClassificationTypeCodeList

string

None.

ItemClassificationCodeList

string

None.

ItemModelSearchCodeList

string

None.

ExecutiveCodeList

string

None.

Group1Code

string

None.

Group2Code

string

None.

Group3Code

string

None.

Group1Name

string

None.

Group2Name

string

None.

Group3Name

string

None.

PendingAtHo

boolean

None.

PendingAtBsc

boolean

None.

RemoveColumns

string

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",
  "AsOnDate": 5,
  "ServiceType": "sample string 6",
  "BrandCodeList": "sample string 7",
  "ProductCodeList": "sample string 8",
  "ProductCategoryCodeList": "sample string 9",
  "ItemCategoryCodeList": "sample string 10",
  "ItemClassificationTypeCodeList": "sample string 11",
  "ItemClassificationCodeList": "sample string 12",
  "ItemModelSearchCodeList": "sample string 13",
  "ExecutiveCodeList": "sample string 14",
  "Group1Code": "sample string 15",
  "Group2Code": "sample string 16",
  "Group3Code": "sample string 17",
  "Group1Name": "sample string 18",
  "Group2Name": "sample string 19",
  "Group3Name": "sample string 20",
  "PendingAtHo": true,
  "PendingAtBsc": true,
  "RemoveColumns": "sample string 23",
  "DownloadReport": true
}

application/xml, text/xml

Sample:
<ItemModelWisePendingAtBSCandHOServiceCenterReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools">
  <AsOnDate>5</AsOnDate>
  <BranchCodeList>sample string 4</BranchCodeList>
  <BranchInternalCode>sample string 2</BranchInternalCode>
  <BrandCodeList>sample string 7</BrandCodeList>
  <DBName>sample string 1</DBName>
  <DownloadReport>true</DownloadReport>
  <ExecutiveCodeList>sample string 14</ExecutiveCodeList>
  <Group1Code>sample string 15</Group1Code>
  <Group1Name>sample string 18</Group1Name>
  <Group2Code>sample string 16</Group2Code>
  <Group2Name>sample string 19</Group2Name>
  <Group3Code>sample string 17</Group3Code>
  <Group3Name>sample string 20</Group3Name>
  <ItemCategoryCodeList>sample string 10</ItemCategoryCodeList>
  <ItemClassificationCodeList>sample string 12</ItemClassificationCodeList>
  <ItemClassificationTypeCodeList>sample string 11</ItemClassificationTypeCodeList>
  <ItemModelSearchCodeList>sample string 13</ItemModelSearchCodeList>
  <PendingAtBsc>true</PendingAtBsc>
  <PendingAtHo>true</PendingAtHo>
  <ProductCategoryCodeList>sample string 9</ProductCategoryCodeList>
  <ProductCodeList>sample string 8</ProductCodeList>
  <RemoveColumns>sample string 23</RemoveColumns>
  <ServiceType>sample string 6</ServiceType>
  <UserInternalCode>sample string 3</UserInternalCode>
</ItemModelWisePendingAtBSCandHOServiceCenterReportInput>

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.